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

Commit 66a27152 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.

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

Test: Verified manually
Bug: 230524259

Change-Id: I577e001834c409edb8ae066a01fe25e2b9a25d63
(cherry picked from commit fd340499)
parent 7b9c2e99
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">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">