Conditionally show settings.

Change-Id: I8e62ed6e2515b76de73d3d25adcfb121f809c646
This commit is contained in:
Julia Reynolds
2015-12-18 11:44:43 -05:00
parent 63196c5f82
commit df01cde11c
7 changed files with 55 additions and 24 deletions

View File

@@ -30,7 +30,12 @@
<Preference
android:key="app_settings"
android:title="@string/app_notification_preferences"
android:order="5"
android:order="2"
android:persistent="false" />
<PreferenceCategory
android:key="categories"
android:title="@string/notification_topic_categories"
android:order="3" />
</PreferenceScreen>