SIM PIN spacing issues
For large display settings, text began overlapping with the limited vertical space. Reduce spacing for SIM PIN views to fit everything in. Fixes: 186857845 Test: largest font/display size with locked SIM Change-Id: I678ced91dd55c84e194e37e22a3a56b53e78f2eb
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user