aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index e5ccfa8e4..747338435 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -71,6 +71,11 @@
android:key="scroll_to_bottom"
android:summary="@string/pref_scroll_to_bottom_summary"
android:title="@string/pref_scroll_to_bottom" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/play_gif_inside"
+ android:key="play_gif_inside"
+ android:summary="@string/pref_play_gif_inside_summary"
+ android:title="@string/pref_play_gif_inside" />
</PreferenceScreen>
<!--Notifications-->
<PreferenceScreen