diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-09-21 12:22:32 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-09-21 12:22:32 +0200 |
commit | 041351b176843d9ba0be2813a16e4623ebfeee65 (patch) | |
tree | d297eb81f4d262d9ef7b5c391c7779770193ce26 /src/main/res/xml | |
parent | 82ff5d12389321fe7effae29269f902e16f54179 (diff) |
introduce app intro and some help screens
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 6273d601b..7fb3d2189 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -86,6 +86,10 @@ android:key="show_own_accounts" android:summary="@string/pref_show_own_accounts_summary" android:title="@string/pref_show_own_accounts" /> + <Preference + android:key="show_intro" + android:summary="@string/pref_show_intro_summary" + android:title="@string/pref_show_intro" /> </PreferenceScreen> <!--Notifications--> <PreferenceScreen |