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

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

Merge "Sim Pin layout fixes"

parents 04958aaf 0e992fb8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -33,8 +33,10 @@
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        style="@style/Keyguard.TextView"
        style="@style/Keyguard.TextView"
        android:singleLine="true"
        android:ellipsize="marquee"
        android:ellipsize="marquee"
        android:visibility="gone"
        android:visibility="gone"
        android:gravity="center"
        androidprv:allCaps="@bool/kg_use_all_caps" />
        androidprv:allCaps="@bool/kg_use_all_caps" />


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


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


    <include layout="@layout/keyguard_message_area"
    <include layout="@layout/keyguard_message_area"