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

Commit fd340499 authored by Chandru's avatar Chandru Committed by Chandru S
Browse files

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
parent ec83250c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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">