mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-24 00:37:10 -04:00
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user