mvp for logger warning

This commit is contained in:
danijoo
2016-01-02 14:05:41 +01:00
parent 33d78ee5f1
commit dec245e12b
4 changed files with 94 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/viewholder"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">

View File

@@ -3,6 +3,9 @@
<string name="menu_item_settings">Settings</string>
<string name="title_settings">Settings</string>
<string name="main_snack_logging_disabled_warning">Logging is disabled.</string>
<string name="main_snack_logging_disabled_warning_action">Enable</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>