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

Commit 53d5cba0 authored by Adrian Roos's avatar Adrian Roos
Browse files

Keyguard: Fix date and alarm clock letter spacing

These used to be all-caps, but now that they are not
the letters are spaced too far apart.

Adjusting to mach the ownerText.

Change-Id: Icacc0c2018793e834dcaa316156215ec7d7ecf40
Fixes: 63891134
Test: visual
parent 29119b6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
        android:layout_height="wrap_content"
        android:textColor="?attr/wallpaperTextColor"
        style="@style/widget_label"
        android:letterSpacing="0.15"
        android:letterSpacing="0.05"
        android:gravity="center"
        />
    <TextView android:id="@+id/alarm_status"
@@ -42,7 +42,7 @@
        android:drawableTint="?attr/wallpaperTextColorSecondary"
        android:drawableTintMode="src_in"
        android:textColor="?attr/wallpaperTextColorSecondary"
        android:letterSpacing="0.15"
        android:letterSpacing="0.05"
        style="@style/widget_label"
        android:layout_marginStart="6dp"
        android:gravity="center"