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

Commit 010927cd authored by Hendrik Hagendorn's avatar Hendrik Hagendorn Committed by syphyr
Browse files

CMParts: Move clock seconds option to status bar settings

Change-Id: If64505db4e5f02d9dce5353c654e5fcca08cd6aa
parent ce5de8e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -453,6 +453,10 @@

    <!-- Status bar - Clock -->
    <string name="status_bar_clock_title">Clock</string>

    <string name="status_bar_clock_show_seconds_title">Show seconds</string>
    <string name="status_bar_clock_show_seconds_summary">Show hours, minutes, and seconds</string>

    <string name="status_bar_clock_position_title">Clock position</string>
    <string name="status_bar_clock_position_right">Right</string>
    <string name="status_bar_clock_position_left">Left</string>
+6 −0
Original line number Diff line number Diff line
@@ -55,6 +55,12 @@
    <PreferenceCategory
        android:title="@string/status_bar_clock_title">

        <cyanogenmod.preference.SecureSettingSwitchPreference
            android:key="clock_seconds"
            android:title="@string/status_bar_clock_show_seconds_title"
            android:summary="@string/status_bar_clock_show_seconds_summary"
            android:defaultValue="false" />

        <cyanogenmod.preference.CMSystemSettingListPreference
            android:key="status_bar_clock"
            android:title="@string/status_bar_clock_position_title"