Preference acitivty

This commit is contained in:
danijoo
2015-12-31 16:43:48 +01:00
parent e27dc19b26
commit 209810bca5
12 changed files with 180 additions and 12 deletions

View File

@@ -1,4 +1,16 @@
<resources>
<string name="app_name">Notification Logger</string>
<string name="menu_item_settings">Settings</string>
<string name="title_settings">Settings</string>
<string name="pref_category_notification_settings">Notification Settings</string>
<string name="pref_category_support">Support</string>
<string name="pref_logging_enabled_title">Notification Logging</string>
<string name="pref_logging_enabled_summary">Enable/Disable notification logging</string>
<string name="pref_blacklist_title">Blacklist</string>
<string name="pref_blacklist_summary">Exclude apps from being logged</string>
<string name="pref_clear_database_title">Clear database</string>
<string name="pref_clear_database_summary">Remove all logged notifications</string>
<string name="pref_export_title">Export to sdcard</string>
<string name="pref_about_title">About</string>
</resources>

View File

@@ -4,6 +4,7 @@
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
</style>
</resources>