Align password requirement according to theme

Test: Manual
Bug: 38180862
Change-Id: I60f58b35c057352dd352ad847f69b1eb999f2f08
This commit is contained in:
Maurice Lam
2017-05-15 21:12:49 -07:00
parent 7aac5c5791
commit 27b762c963

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