Merge "Add textAlignment for preference_widget_summary" into oc-dev am: 8bb9f33c6f

am: af95b3d3c2

Change-Id: I9f40f699a617dd889805bb71c5e6344e3f71ec2e
This commit is contained in:
Lei Yu
2017-04-11 19:46:46 +00:00
committed by android-build-merger

View File

@@ -18,5 +18,6 @@
android:id="@+id/widget_summary" android:id="@+id/widget_summary"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAlignment="viewEnd"
android:textAppearance="?android:attr/textAppearanceSmall" android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary" /> android:textColor="?android:attr/textColorSecondary" />