anthony restaino
8 years ago
3 changed files with 7 additions and 6 deletions
@ -1,13 +1,14 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout |
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="match_parent" |
android:layout_height="match_parent" |
||||||
android:orientation="vertical" > |
android:orientation="vertical" |
||||||
|
android:padding="@dimen/dialog_padding"> |
||||||
|
|
||||||
<SeekBar |
<SeekBar |
||||||
android:id="@+id/text_size_seekbar" |
android:id="@+id/text_size_seekbar" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content"/> |
||||||
android:layout_margin="10dp" /> |
|
||||||
|
|
||||||
</LinearLayout> |
</LinearLayout> |
Loading…
Reference in new issue