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

Commit 78c03264 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Align all sizes for AM/PM labels

Bug: 10823373
Change-Id: Id4a7da71c0366285c782f990044e16196215a6e1
parent 479cba2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@

        <TextClock
            android:id="@+id/digitalClock"
            android:format12Hour="@string/clock_12_hours_format_with_ampm"
            android:format24Hour="@string/widget_24_hours_format"
            android:format12Hour="@string/main_clock_12_hours_format"
            android:format24Hour="@string/clock_24_hours_format"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:gravity="top"
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@

        <TextClock
            android:id="@+id/digitalClock"
            android:format12Hour="@string/clock_12_hours_format_with_ampm"
            android:format24Hour="@string/widget_24_hours_format"
            android:format12Hour="@string/main_clock_12_hours_format"
            android:format24Hour="@string/clock_24_hours_format"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:gravity="top"
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@
            android:baselineAligned="true"
            android:layout_gravity="center"
            android:gravity="center"
            dc:format12Hour="@string/clock_12_hours_format_with_ampm"
            dc:format24Hour="@string/widget_24_hours_format"/>
            dc:format12Hour="@string/alarm_time_12_hours_format"
            dc:format24Hour="@string/clock_24_hours_format"/>
        <Space
            android:layout_height="match_parent"
            android:layout_width="0dip"
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@

        <TextClock
            android:id="@+id/digital_clock"
            android:format12Hour="@string/clock_12_hours_format_with_ampm"
            android:format24Hour="@string/widget_24_hours_format"
            android:format12Hour="@string/main_clock_12_hours_format"
            android:format24Hour="@string/clock_24_hours_format"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@

    <TextClock
        android:id="@+id/the_clock"
        android:format12Hour="@string/widget_12_hours_format"
        android:format24Hour="@string/widget_24_hours_format"
        android:format12Hour="@string/main_widget_12_hours_format"
        android:format24Hour="@string/clock_24_hours_format"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:singleLine="true"
Loading