Merge "Update layout for app preference"

This commit is contained in:
TreeHugger Robot
2018-03-02 03:07:00 +00:00
committed by Android (Google) Code Review

View File

@@ -72,9 +72,11 @@
android:textColor="?android:attr/textColorSecondary" />
<TextView android:id="@+id/appendix"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textAppearance="@style/TextAppearance.Small"
android:textAlignment="viewEnd"
android:textColor="?android:attr/textColorSecondary"
android:maxLines="1"
android:ellipsize="end" />