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

lockscreen.

Before: https://screenshot.googleplex.com/A9tvv7xbMvBPrw2
After: https://screenshot.googleplex.com/Aux6tCmHk5dqZcy
Test: Verified manually
Bug: 230524259
Fixes: 230524259
Change-Id: I577e001834c409edb8ae066a01fe25e2b9a25d63
This commit is contained in:
Chandru
2022-05-19 19:20:06 +00:00
committed by Chandru S
parent ec83250c26
commit fd340499dc

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">14dp</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">