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

Unified Diff: res/xml/preferences.xml

Issue 8960162: android: notification icon option (Closed)
Patch Set: Created Dec. 4, 2012, 6:37 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.xml
===================================================================
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -11,4 +11,10 @@
android:key="@string/pref_subscription"
android:title="@string/pref_subscription_title" />
+ <CheckBoxPreference
+ android:key="@string/pref_hideicon"
+ android:summaryOff="@string/pref_hideicon_summary_off"
+ android:summaryOn="@string/pref_hideicon_summary_on"
+ android:title="@string/pref_hideicon_title" />
+
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld