OSDN Git Service

Align password requirement according to theme
authorMaurice Lam <yukl@google.com>
Tue, 16 May 2017 04:12:49 +0000 (21:12 -0700)
committerMaurice Lam <yukl@google.com>
Fri, 19 May 2017 01:48:34 +0000 (18:48 -0700)
Test: Manual
Bug: 38180862
Change-Id: I60f58b35c057352dd352ad847f69b1eb999f2f08

res/layout/password_requirement_item.xml

index 57cbdc7..8080f10 100644 (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"/>