aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 06ab7560..adcde746 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -110,5 +110,12 @@
android:summary="@string/pref_never_send_crash_summary"
android:title="@string/pref_never_send_crash" />
</PreferenceCategory>
+ <eu.siacs.conversations.ui.AboutDialog
+ android:summary="@string/pref_about_conversations_summary"
+ android:title="@string/pref_about_conversations"
+ android:dialogIcon="@drawable/ic_activity"
+ android:negativeButtonText="@null"
+ android:dialogMessage="@string/pref_about_message">
+ </eu.siacs.conversations.ui.AboutDialog>
</PreferenceScreen>