Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/xml/preferences_advanced.xml

Issue 8959056: android: notification icon option (Closed)
Patch Set: Created Nov. 28, 2012, 8:19 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: res/xml/preferences_advanced.xml
===================================================================
--- a/res/xml/preferences_advanced.xml
+++ b/res/xml/preferences_advanced.xml
@@ -8,6 +8,12 @@
android:summaryOff="@string/pref_startatboot_summary_off"
android:summaryOn="@string/pref_startatboot_summary_on"
android:title="@string/pref_startatboot_title" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/def_priority"
+ android:key="@string/pref_priority"
+ android:summaryOff="@string/pref_priority_summary_off"
+ android:summaryOn="@string/pref_priority_summary_on"
+ android:title="@string/pref_priority_title" />
<PreferenceCategory android:title="@string/pref_subscription_title" >
<ListPreference

Powered by Google App Engine
This is Rietveld