Fix missing text messages in preference_seekbar
This commit is contained in:
parent
96cf03b277
commit
1a1a06b499
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user