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

Commit 00167206 authored by Hendrik Hagendorn's avatar Hendrik Hagendorn Committed by Luca Stefani
Browse files

Tuner: Move clock seconds option to status bar settings

Change-Id: I532c179f06b934009d48433e50b69660247ee295
parent b9652dfd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -69,6 +69,9 @@
    <!-- Screen pinning dialog description (for devices without navbar) -->
    <string name="screen_pinning_description_no_navbar">This keeps it in view until you unpin. Touch &amp; hold Back to unpin.</string>

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

    <!-- Text to use when the number in a notification info is too large
         (greater than status_bar_notification_info_maxnum, defined in
         values/config.xml) and must be truncated.
+3 −4
Original line number Diff line number Diff line
@@ -89,9 +89,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>