Merge "Align password requirement according to theme"

This commit is contained in:
Maurice Lam
2017-05-19 18:26:47 +00:00
committed by Android (Google) Code Review

View File

@@ -15,7 +15,8 @@
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/description_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="14sp"/>
android:id="@+id/description_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="?attr/suwGlifHeaderGravity"
android:textSize="14sp"/>