aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-11-15 16:20:09 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-11-15 16:20:09 +0000
commitee60cbf640df8386bd7ffab0508edff9c283fdbd (patch)
treeae95ba175ad79d5f3349ea247ff078fc90083133 /app/src/main/res/xml
parente0a9a02157153cbfd27ad6dacbfbabba158a278d (diff)
downloadinfinity-for-reddit-ee60cbf640df8386bd7ffab0508edff9c283fdbd.tar
infinity-for-reddit-ee60cbf640df8386bd7ffab0508edff9c283fdbd.tar.gz
infinity-for-reddit-ee60cbf640df8386bd7ffab0508edff9c283fdbd.tar.bz2
infinity-for-reddit-ee60cbf640df8386bd7ffab0508edff9c283fdbd.tar.lz
infinity-for-reddit-ee60cbf640df8386bd7ffab0508edff9c283fdbd.tar.xz
infinity-for-reddit-ee60cbf640df8386bd7ffab0508edff9c283fdbd.tar.zst
infinity-for-reddit-ee60cbf640df8386bd7ffab0508edff9c283fdbd.zip
Swipe right to go back from ViewPostDetailActivity. Fix inconsistency in elapsed time.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/main_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index 548bf949..db4b75a1 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -36,6 +36,11 @@
app:key="show_elapsed_time"
app:title="@string/settings_show_elapsed_time"/>
+ <SwitchPreference
+ app:defaultValue="true"
+ app:key="swipe_to_go_back_from_post_detail"
+ app:title="@string/swipe_to_go_back_from_post_detail"/>
+
<Preference
app:title="@string/settings_font_size_title"
app:icon="@drawable/ic_font_size_24dp"