diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index 8f92019..2398e71 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -399,5 +399,126 @@ 1 2 + + + + @string/status_bar_clock_position_right + @string/status_bar_clock_position_center + @string/status_bar_clock_position_left + @string/status_bar_clock_position_hidden + + + + 0 + 1 + 2 + 3 + + + + @string/status_bar_clock_position_left + @string/status_bar_clock_position_center + @string/status_bar_clock_position_right + @string/status_bar_clock_position_hidden + + + + 2 + 1 + 0 + 3 + + + + @string/status_bar_clock_position_right + @string/status_bar_clock_position_left + @string/status_bar_clock_position_hidden + + + + 0 + 2 + 3 + + + + @string/status_bar_clock_position_left + @string/status_bar_clock_position_right + @string/status_bar_clock_position_hidden + + + + 2 + 0 + 3 + + + + @string/status_bar_am_pm_hidden + @string/status_bar_am_pm_normal + @string/status_bar_am_pm_small + + + + 2 + 0 + 1 + + + + @string/clock_date_left + @string/clock_date_right + + + + 0 + 1 + + + + @string/status_bar_date_none + @string/status_bar_date_small + @string/status_bar_date_normal + + + + 0 + 1 + 2 + + + + @string/status_bar_date_style_normal + @string/status_bar_date_style_lowercase + @string/status_bar_date_style_uppercase + + + + 0 + 1 + 2 + + + + dd/MM/yy + MM/dd/yy + yyyy-MM-dd + yyyy-dd-MM + dd-MM-yyyy + MM-dd-yyyy + MMM dd + MMM dd, yyyy + MMMM dd, yyyy + EEE + EEE dd + EEE dd/MM + EEE MM/dd + EEE dd MMM + EEE MMM dd + EEE MMMM dd + EEEE dd/MM + EEEE MM/dd + @string/status_bar_date_format_custom + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 0ad4f6e..53c8067 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -568,5 +568,51 @@ Screen off animation CRT Scale + + + Clock & date + Customize clock & date + Clock seconds + Display seconds next to clock in status bar + Clock style + Right + Left + Center + Hidden + Auto hide + Hide clock if launcher is visible + Hide clock at regular interval + Hide duration + Number of seconds to hide clock + Show duration + Number of seconds to wait before hiding clock + AM/PM style + 24-hour clock is enabled + Normal + Small + Hidden + Date + Hidden + Small + Normal + Date format + Date style + Normal + Lowercase + Uppercase + Custom java format + Must be in DateFormat eg. MM/dd/yy + Enter string + Date position + Right of time + Left of time + + + Clock + Display clock in quick status bar header + + + Date + Display date in quick status bar header diff --git a/res/xml/cherish_settings_status_bar_clock.xml b/res/xml/cherish_settings_status_bar_clock.xml new file mode 100644 index 0000000..fbe6335 --- /dev/null +++ b/res/xml/cherish_settings_status_bar_clock.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index b4e2ebc..898c1a9 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -35,6 +35,21 @@ android:fragment="com.cherish.settings.fragments.Traffic" android:title="@string/traffic_title" android:summary="@string/traffic_summary" /> + + + +