Browse Source

SeekBarPreference: make the value text selectable.

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

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

@@ -12,6 +12,7 @@
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:gravity="center_horizontal"
android:textIsSelectable="true"
android:textAppearance="?android:attr/textAppearanceMedium" />

<SeekBar

Loading…
Cancel
Save