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

Commit e0f7c959 authored by Hendrik Hagendorn's avatar Hendrik Hagendorn Committed by Simon Shields
Browse files

Tuner: Move clock seconds option to status bar settings

Change-Id: I532c179f06b934009d48433e50b69660247ee295
parent 97492765
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -108,6 +108,9 @@
    <string name="menu_ime_always_show">Menu / Keyboard Switcher (always show)</string>
    <string name="search">Search</string>

    <!-- Name of the clock status bar icon -->
    <string name="status_bar_clock">Clock</string>

    <!-- Path data for portrait battery -->
    <string name="battery_portrait_path_full" translatable="false">M 5 2 H 19 V 21 H 5 V 2 Z</string>
    <string name="battery_portrait_path_empty" translatable="false">M 5 21 H 19 V 21 H 5 V 21 Z</string>
+3 −4
Original line number Diff line number Diff line
@@ -84,9 +84,8 @@

    <!-- secure -->

    <com.android.systemui.tuner.ClockPreference
        android:title="@string/tuner_time"
        android:summary="%s"
        android:entries="@array/clock_options" />
    <com.android.systemui.tuner.StatusBarSwitch
        android:key="clock"
        android:title="@string/status_bar_clock" />

</PreferenceScreen>