Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8bd78e2 authored by Raff Tsai's avatar Raff Tsai
Browse files

Add margin between password entry and error text

Fixes: 130664317
Test: visual
Change-Id: Iefdbd39b94a861736baf8e9a302fbf651a5b14d3
parent 34eba28f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"/>
+1 −0
Original line number Diff line number Diff line
@@ -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"/>

+3 −0
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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"/>