Merge "Update layout for app preference"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ca1aab7eb0
@@ -72,9 +72,11 @@
|
|||||||
android:textColor="?android:attr/textColorSecondary" />
|
android:textColor="?android:attr/textColorSecondary" />
|
||||||
|
|
||||||
<TextView android:id="@+id/appendix"
|
<TextView android:id="@+id/appendix"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="1"
|
||||||
android:textAppearance="@style/TextAppearance.Small"
|
android:textAppearance="@style/TextAppearance.Small"
|
||||||
|
android:textAlignment="viewEnd"
|
||||||
android:textColor="?android:attr/textColorSecondary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:ellipsize="end" />
|
android:ellipsize="end" />
|
||||||
|
|||||||
Reference in New Issue
Block a user