Browse Source

SeekBarPreferences: adjust the margins and paddings on the dialog items.

master
Reece H. Dunn 12 years ago
parent
commit
747f65522f
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      android/res/layout/seekbar_preference.xml

+ 2
- 1
android/res/layout/seekbar_preference.xml View File

<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:padding="16dp"
android:orientation="vertical" > android:orientation="vertical" >


<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:textAppearance="?android:attr/textAppearanceMedium" /> android:textAppearance="?android:attr/textAppearanceMedium" />



Loading…
Cancel
Save