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

Commit 77491f01 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix "p.m." in lockscreen (locale: es).

Use padding instead of margin in DigitalClock's
RelativeLayout params to ensure @id/am_pm's descenders
aren't clipped.

Bug: 2277477
Change-Id: I9c8ef0c60e8ac0d2f969de97e8bfe146553ac379
parent df7ccbc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@
        android:layout_below="@id/carrier"
        android:layout_marginTop="52dip"
        android:layout_marginLeft="20dip"
        android:layout_marginBottom="8dip"
        android:paddingBottom="8dip"
        >

        <TextView android:id="@+id/timeDisplay"
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
            android:layout_height="wrap_content"
            android:layout_below="@id/carrier"
            android:layout_marginTop="56dip"
            android:layout_marginBottom="8dip"
            android:paddingBottom="8dip"
            >

            <TextView android:id="@+id/timeDisplay"
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@
            android:layout_alignParentTop="true"
            android:layout_alignParentLeft="true"
            android:layout_marginTop="8dip"
            android:layout_marginBottom="8dip"
            android:paddingBottom="8dip"
            >

            <TextView android:id="@+id/timeDisplay"
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
            android:layout_alignParentTop="true"
            android:layout_marginTop="15dip"
            android:layout_marginLeft="20dip"
            android:layout_marginBottom="8dip"
            android:paddingBottom="8dip"
            >

            <TextView android:id="@+id/timeDisplay"