diff options
3 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_emergency_carrier_area.xml b/packages/SystemUI/res-keyguard/layout/keyguard_emergency_carrier_area.xml index 39cba742d9b5..3018a022e763 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_emergency_carrier_area.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_emergency_carrier_area.xml @@ -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 diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_sim_pin_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_sim_pin_view.xml index 97c896591eb2..947f27deb84e 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_sim_pin_view.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_sim_pin_view.xml @@ -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" diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_sim_puk_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_sim_puk_view.xml index d4c5d7474aed..6f270b405c11 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_sim_puk_view.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_sim_puk_view.xml @@ -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" |