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

Commit c28bd6bb authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix overlapping sensor icon and ignore logo a11y" into main

parents 1865dfa0 90e09e07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@
                android:layout_height="@dimen/biometric_prompt_logo_size"
                android:layout_gravity="center"
                android:scaleType="fitXY"
                android:importantForAccessibility="no"
                app:layout_constraintBottom_toTopOf="@+id/logo_description"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintStart_toStartOf="parent"
+2 −0
Original line number Diff line number Diff line
@@ -230,6 +230,8 @@
    <style name="TextAppearance.AuthCredential.Indicator" parent="TextAppearance.Material3.BodyMedium">
        <item name="android:textColor">?androidprv:attr/materialColorOnSurface</item>
        <item name="android:marqueeRepeatLimit">marquee_forever</item>
        <item name="android:singleLine">true</item>
        <item name="android:ellipsize">marquee</item>
    </style>

    <style name="TextAppearance.AuthCredential.Error">