From adcedce4e0df706e95f6902c992edfb4155bf3ba Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Fri, 7 Apr 2017 12:09:40 -0700 Subject: [PATCH] Add textAlignment for preference_widget_summary To make sure the text are aligned to the "viewEnd". Bug: 37159537 Test: Screenshot Change-Id: Ifab03dda6c9954d6b83ce4db0708303e0c5d32bd --- res/layout/preference_widget_summary.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/preference_widget_summary.xml b/res/layout/preference_widget_summary.xml index aa4c76b84d8..2d7ed1d2bea 100644 --- a/res/layout/preference_widget_summary.xml +++ b/res/layout/preference_widget_summary.xml @@ -18,5 +18,6 @@ android:id="@+id/widget_summary" android:layout_width="match_parent" android:layout_height="wrap_content" + android:textAlignment="viewEnd" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorSecondary" />