Merge "Add margin between password entry and error text"

This commit is contained in:
TreeHugger Robot
2019-07-05 07:52:56 +00:00
committed by Android (Google) Code Review
4 changed files with 6 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
style="@style/TextAppearance.PasswordEntry"/>
<androidx.recyclerview.widget.RecyclerView
android:layout_marginTop="8dp"
android:id="@+id/password_requirements_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>

View File

@@ -84,6 +84,7 @@
android:id="@+id/errorText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"/>

View File

@@ -61,6 +61,9 @@
style="@style/TextAppearance.ErrorText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
android:accessibilityLiveRegion="polite"/>
</LinearLayout>

View File

@@ -19,4 +19,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="?attr/sudGlifHeaderGravity"
android:textSize="14sp"/>
android:textSize="@*android:dimen/text_size_body_1_material"/>