make SeekBarPreference format summary text in a standard way
I fixed it by using the same style as a standard preference: * the summary text size was a bit too large * the summary text should be allowed to wrap closes #1450
This commit is contained in:
parent
54a080f7f7
commit
c7dcb92a20
@ -21,10 +21,8 @@
|
||||
android:layout_below="@android:id/title"
|
||||
android:layout_alignLeft="@android:id/title"
|
||||
android:layout_alignStart="@android:id/title"
|
||||
android:textAppearance="?attr/textAppearanceListItemSmall"
|
||||
android:textAppearance="?attr/textAppearanceListItemSecondary"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:fadingEdge="horizontal"/>
|
||||
|
||||
<!-- @+id/seekbar_value must be present in a SeekBarPreference, but we don't use it -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user