Fix missing text messages in preference_seekbar

This commit is contained in:
proletarius101 2021-02-24 11:54:25 +08:00 committed by Hans-Christoph Steiner
parent 96cf03b277
commit 1a1a06b499

View File

@ -6,7 +6,7 @@
android:layout_marginStart="16dip" android:layout_marginStart="16dip"
android:layout_marginEnd="16dip"> android:layout_marginEnd="16dip">
<TextView android:id="@+id/title" <TextView android:id="@android:id/title"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:singleLine="true" android:singleLine="true"
@ -15,7 +15,7 @@
android:ellipsize="marquee" android:ellipsize="marquee"
android:fadingEdge="horizontal"/> android:fadingEdge="horizontal"/>
<TextView android:id="@+id/summary" <TextView android:id="@android:id/summary"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@android:id/title" android:layout_below="@android:id/title"