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

Commit e3f2cd87 authored by Zhao Wei Liew's avatar Zhao Wei Liew Committed by Steve Kondik
Browse files

CMParts: statusbar: Correct clock style default value

This is suppoed to be 'Right' by default, not 'Hidden'.

Change-Id: I89c7940384321ebace96717dce571a1b59445627
parent 5282a357
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="0" />
        android:defaultValue="3" />


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