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

Commit 9848b293 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add margin between password entry and error text"

parents 834ee122 e8bd78e2
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"/>