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

Commit 2227acd7 authored by Jim Miller's avatar Jim Miller
Browse files

Fix 5233681,5230897: Minor tweaks to lockscreen layout on tablets.

- Remove negative padding required by old font which is no longer
required by the new clock font.
- Change brightness of AM/PM indicator to white.

Change-Id: I10540a2976a47014e535f958e07d1c61fa0d8d41
parent 476769b4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -42,11 +42,8 @@
    <com.android.internal.widget.DigitalClock android:id="@+id/time"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_alignParentLeft="true"
        android:layout_marginTop="8dip"
        android:layout_marginBottom="8dip"
        android:layout_marginLeft="-10dip"
        >

        <!-- Because we can't have multi-tone fonts, we render two TextViews, one on
+1 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="8dip"
        android:layout_marginBottom="8dip"
        android_layout_marginLeft="-10dip">
        android:layout_marginBottom="8dip">

        <!-- Because we can't have multi-tone fonts, we render two TextViews, one on
        top of the other. Hence the redundant layout... -->
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    <!-- keyguard clock -->
    <color name="lockscreen_clock_background">#b3ffffff</color>
    <color name="lockscreen_clock_foreground">#7affffff</color>
    <color name="lockscreen_clock_am_pm">#ff9a9a9a</color>
    <color name="lockscreen_clock_am_pm">#ffffffff</color>
    <color name="lockscreen_owner_info">#ff9a9a9a</color>

</resources>