Browse Source

SeekBarPreference: clean up the layout styles on the 'Set to default' button.

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

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

@@ -22,15 +22,13 @@

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1" >
android:layout_height="wrap_content" >

<Button
android:id="@+id/resetToDefault"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_weight="1"
android:text="@string/resetToDefault" />

</LinearLayout>

Loading…
Cancel
Save