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

Commit 68dca938 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

Keyguard: Reduce font size of clock in status keyguard (sw720dp)



When system clock is configure for a 24H clock, times like 22:22, overflows the clock
of the keyguard status view on sw720dp. This change reduces the font size of clock to
allow to fit all time formats.

Change-Id: I1416c2a0f9da039f4beb4cdb77dbc5069dc47671
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 2ceeca1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@

    <!-- Keyguard dimensions -->
    <!-- Size of the clock font in keyguard's status view -->
    <dimen name="kg_status_clock_font_size">188dp</dimen>
    <dimen name="kg_status_clock_font_size">170dp</dimen>

    <!-- Size of the date font in keyguard's status view  -->
    <dimen name="kg_status_date_font_size">34dp</dimen>