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

Commit 4e195acf authored by Matt Pietal's avatar Matt Pietal
Browse files

[DO NOT MERGE] Emergency button text should use sp, not dp

That is all.

Fixes: 240653300
Test: manual - update font/display size and view button text size
Change-Id: I831cbd4a64fb364ba42ff7a4a52300460ad38808
parent 8fa46d14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    </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">14sp</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>