Merge "Add textAlignment for preference_widget_summary" into oc-dev

This commit is contained in:
Lei Yu
2017-04-11 17:10:07 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />