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

Commit 613dfd6f authored by scotthartbti's avatar scotthartbti
Browse files

CMParts: Set correct value for clock take two



Correct default value for the right clock position is "1".

Change-Id: I424436b223529bb51a58b43e5b8c71d754e5de2b
Signed-off-by: default avatarscotthartbti <scott.hart.bti@gmail.com>
parent e3f2cd87
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@
        android:dialogTitle="@string/status_bar_clock_style_title"
        android:dialogTitle="@string/status_bar_clock_style_title"
        android:entries="@array/status_bar_clock_style_entries"
        android:entries="@array/status_bar_clock_style_entries"
        android:entryValues="@array/status_bar_clock_style_values"
        android:entryValues="@array/status_bar_clock_style_values"
        android:defaultValue="3" />
        android:defaultValue="1" />


    <cyanogenmod.preference.CMSystemSettingListPreference
    <cyanogenmod.preference.CMSystemSettingListPreference
        android:key="status_bar_am_pm"
        android:key="status_bar_am_pm"