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

Commit 66d8ebc1 authored by Isaac Katzenelson's avatar Isaac Katzenelson Committed by Android (Google) Code Review
Browse files

Revert "Add am/pm to main digital clock"

This reverts commit 29fa5416

Change-Id: I346684660ade224fc27a19d1e58420c535ea892f
parent 29fa5416
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
             />
        <TextClock
            android:id="@+id/the_clock2"
            android:format12Hour="@string/widget_12_hours_format_m"
            android:format12Hour="@string/widget_12_hours_format_no_ampm_m"
            android:format24Hour="@string/widget_24_hours_format_m"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -733,6 +733,7 @@

    <!-- format strings for widget clock -->
    <string name="widget_12_hours_format_h" translatable="false">h</string>
    <string name="widget_12_hours_format_no_ampm_m" translatable="false">:mm</string>
    <string name="widget_12_hours_format_m" translatable="false">:mm<font size="15">aa</font></string>
    <string name="widget_24_hours_format_h" translatable="false">kk</string>
    <string name="widget_24_hours_format_m" translatable="false">:mm</string>