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

Commit 0e992fb8 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Sim Pin layout fixes

Ensure carrier text will be ellipsized properly,
tint SIM icon.

Change-Id: I0b2dfc8f18c6df9c3ebaad241c78e418f1451d44
Fixes: 68050067
Test: Force SIM auth, change font and display sizes.
parent 99ac4bdd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,8 +33,10 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        style="@style/Keyguard.TextView"
        android:singleLine="true"
        android:ellipsize="marquee"
        android:visibility="gone"
        android:gravity="center"
        androidprv:allCaps="@bool/kg_use_all_caps" />

    <com.android.keyguard.EmergencyButton
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
            android:id="@+id/keyguard_sim"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:tint="@color/background_protected"
            android:src="@drawable/ic_lockscreen_sim"/>

    <include layout="@layout/keyguard_message_area"
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
            android:id="@+id/keyguard_sim"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:tint="@color/background_protected"
            android:src="@drawable/ic_lockscreen_sim"/>

    <include layout="@layout/keyguard_message_area"