diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-03-21 09:38:58 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-03-21 09:38:58 +0300 |
| commit | cf3357d49b3bb9ebb5f4526aeb5cfb53b8fc900d (patch) | |
| tree | 38422153f6acddc15ef65edca209a77d9ac6094e /res/xml | |
| parent | 9a1dbdc74f53c2b1793ce4caa6b21694066d0764 (diff) | |
add some preference key dependency tracking
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/preferences.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 91efa29b..291a5ce5 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -49,7 +49,7 @@ </EditTextPreference>
</PreferenceCategory>
- <PreferenceCategory android:title="@string/look_and_feel" >
+ <PreferenceCategory android:key="category_look_and_feel" android:title="@string/look_and_feel" >
<ListPreference
android:defaultValue="THEME_DARK"
@@ -84,6 +84,7 @@ <CheckBoxPreference
android:defaultValue="false"
android:key="browse_cats_like_feeds"
+ android:dependency="enable_cats"
android:summary="@string/browse_cats_like_feeds_summary"
android:title="@string/browse_cats_like_feeds" />
|