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

Commit 9d9ec875 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Add colons to clock in screen saver

Bug: 10823373
Change-Id: I801257d29febbe68c76d6511046051e7c4696278
parent 265df0dc
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -36,14 +36,20 @@
        android:layout_marginTop="@dimen/time_margin_top"
        android:layout_marginBottom="@dimen/screensaver_margin">

        <include layout="@layout/desk_clock_time_date"
        <TextClock
            android:id="@+id/digital_clock"
            android:format12Hour="@string/clock_12_hours_format_with_ampm"
            android:format24Hour="@string/widget_24_hours_format"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:gravity="center"
            android:layout_gravity="center"
            android:layout_marginBottom="@dimen/bottom_text_spacing_digital"
            />
            style="@style/big_thin"
            android:textSize="@dimen/digital_main_clock_text_size"
            android:textColor="@color/clock_white" />

        <com.android.deskclock.AnalogClock
            android:id="@+id/analog_clock"
            android:layout_width="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -800,6 +800,7 @@
    <string name="widget_12_hours_format" translatable="false">h&#58;mm</string>
    <string name="widget_24_hours_format" translatable="false">kk&#58;mm</string>
    <string name="widget_12_hours_format_with_ampm" translatable="false">h&#58;mm&#160;<b><font size="15">a</font></b></string>
    <string name="clock_12_hours_format_with_ampm" translatable="false">h&#58;mm<b><font size="18" face="sans-serif-condensed">a</font></b></string>

    <!-- String for no alarms -->
    <string name="no_alarms">No Alarms</string>