Preference acitivty
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user