Add margin between password entry and error text
Fixes: 130664317 Test: visual Change-Id: Iefdbd39b94a861736baf8e9a302fbf651a5b14d3
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user