Update the padding and font size of the Emergency button in the

lockscreen.

Old CL that was not cherry-picked to tm-qpr-dev

Test: Verified manually
Bug: 230524259

Change-Id: I577e001834c409edb8ae066a01fe25e2b9a25d63
(cherry picked from commit fd340499dc)
This commit is contained in:
Chandru
2022-05-19 19:20:06 +00:00
committed by Chandru S
parent 7b9c2e99b0
commit 66a27152c0

View File

@@ -25,11 +25,11 @@
</style>
<style name="Keyguard.TextView.EmergencyButton" parent="Theme.SystemUI">
<item name="android:textColor">?androidprv:attr/textColorOnAccent</item>
<item name="android:textSize">14sp</item>
<item name="android:textSize">16sp</item>
<item name="android:background">@drawable/kg_emergency_button_background</item>
<item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
<item name="android:paddingLeft">12dp</item>
<item name="android:paddingRight">12dp</item>
<item name="android:paddingLeft">26dp</item>
<item name="android:paddingRight">26dp</item>
<item name="android:stateListAnimator">@null</item>
</style>
<style name="NumPadKey" parent="Theme.SystemUI">