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

Commit a50c6551 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

SIM PIN spacing issues am: 14e224d5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14513125

Change-Id: Idcc57b587dfa96036ebb55ed51a9e651dcb83968
parents 6e3547d7 14e224d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
    android:orientation="vertical"
    android:gravity="center"
    android:layout_gravity="center_horizontal"
    android:layout_marginBottom="12dp"
    android:layout_alignParentBottom="true">

    <com.android.keyguard.CarrierText
@@ -44,7 +45,6 @@
        android:id="@+id/emergency_call_button"
        android:layout_width="wrap_content"
        android:layout_height="48dp"
        android:layout_marginBottom="12dp"
        android:text="@*android:string/lockscreen_emergency_call"
        style="@style/Keyguard.TextView.EmergencyButton" />

+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@
             android:orientation="vertical"
             android:layout_gravity="bottom|center_horizontal"
             android:layout_marginTop="@dimen/keyguard_eca_top_margin"
             android:layout_marginBottom="12dp"
             android:gravity="center_horizontal"/>

</com.android.keyguard.KeyguardPINView>
+2 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
                android:id="@+id/row0"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:paddingBottom="16dp"
                android:paddingBottom="4dp"
                >
            <com.android.keyguard.PasswordTextView
                    android:id="@+id/simPinEntry"
@@ -202,6 +202,7 @@
             android:orientation="vertical"
             android:layout_gravity="bottom|center_horizontal"
             android:layout_marginTop="@dimen/keyguard_eca_top_margin"
             android:layout_marginBottom="2dp"
             android:gravity="center_horizontal"/>

</com.android.keyguard.KeyguardSimPinView>
+2 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
                android:id="@+id/row0"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:paddingBottom="16dp"
                android:paddingBottom="4dp"
                >
            <com.android.keyguard.PasswordTextView
                    android:id="@+id/pukEntry"
@@ -204,5 +204,6 @@
             android:orientation="vertical"
             android:layout_gravity="bottom|center_horizontal"
             android:layout_marginTop="@dimen/keyguard_eca_top_margin"
             android:layout_marginBottom="2dp"
             android:gravity="center_horizontal"/>
</com.android.keyguard.KeyguardSimPukView>