diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/about_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml index 82898326..2772f2ed 100644 --- a/app/src/main/res/xml/about_preferences.xml +++ b/app/src/main/res/xml/about_preferences.xml @@ -21,6 +21,11 @@ app:summary="@string/settings_rate_summary" /> <Preference + android:key="f-droid" + app:title="@string/settings_f_droid_title" + app:summary="@string/settings_f_droid_summary" /> + + <Preference android:key="email" app:title="@string/settings_email_title" app:summary="@string/settings_email_summary" /> |