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:
Hans-Christoph Steiner 2018-07-12 17:51:50 +02:00
parent 54a080f7f7
commit c7dcb92a20

View File

@ -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 -->