Merge "Add margin between password entry and error text"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9848b293b0
@@ -63,6 +63,7 @@
|
|||||||
style="@style/TextAppearance.PasswordEntry"/>
|
style="@style/TextAppearance.PasswordEntry"/>
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
android:id="@+id/password_requirements_view"
|
android:id="@+id/password_requirements_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
|
|||||||
@@ -84,6 +84,7 @@
|
|||||||
android:id="@+id/errorText"
|
android:id="@+id/errorText"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
android:layout_marginEnd="12dp"/>
|
android:layout_marginEnd="12dp"/>
|
||||||
|
|
||||||
|
|||||||
@@ -61,6 +61,9 @@
|
|||||||
style="@style/TextAppearance.ErrorText"
|
style="@style/TextAppearance.ErrorText"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="8dp"
|
||||||
|
android:layout_marginStart="12dp"
|
||||||
|
android:layout_marginEnd="12dp"
|
||||||
android:accessibilityLiveRegion="polite"/>
|
android:accessibilityLiveRegion="polite"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -19,4 +19,4 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="?attr/sudGlifHeaderGravity"
|
android:gravity="?attr/sudGlifHeaderGravity"
|
||||||
android:textSize="14sp"/>
|
android:textSize="@*android:dimen/text_size_body_1_material"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user