summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_clock.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences_clock.xml')
-rw-r--r--res/xml/preferences_clock.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/xml/preferences_clock.xml b/res/xml/preferences_clock.xml
index 8eca8fe..04f6175 100644
--- a/res/xml/preferences_clock.xml
+++ b/res/xml/preferences_clock.xml
@@ -72,5 +72,20 @@
android:defaultValue="#80ffffff"
android:entries="@array/font_color_entries"
android:entryValues="@array/font_color_values" />
+
+ <ListPreference
+ android:key="clock_background_color"
+ android:title="@string/background_color"
+ android:summary="%s"
+ android:defaultValue="#ff000000"
+ android:entries="@array/font_color_entries"
+ android:entryValues="@array/font_color_values" />
+
+ <!-- Background transparency selection -->
+ <com.cyanogenmod.lockclock.preference.BackgroundTransparency
+ android:key="clock_background_transparency"
+ android:title="@string/background_transparency"
+ android:dialogTitle="@string/background_transparency"
+ android:persistent="false" />
</PreferenceCategory>
</PreferenceScreen>