diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-11-12 11:31:28 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-11-12 11:31:28 +0000 |
commit | a0aae589d70038cfb1760d61c8e9edf2099833ae (patch) | |
tree | 4fc864e02d7d605f9200ce1d8ba021457f504f1a /app/src/main/res/xml | |
parent | 0aaa63b6f67030d57ae2852e02680a4f0e061069 (diff) | |
download | infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.gz infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.bz2 infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.lz infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.xz infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.tar.zst infinity-for-reddit-a0aae589d70038cfb1760d61c8e9edf2099833ae.zip |
Showing elapsed time in posts and comments is available.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/main_preferences.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 575dfd38..548bf949 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -29,8 +29,12 @@ <SwitchPreference app:defaultValue="false" app:key="vote_buttons_on_the_right" - app:title="@string/settings_vote_buttons_on_the_right_title" - app:isPreferenceVisible="true" /> + app:title="@string/settings_vote_buttons_on_the_right_title"/> + + <SwitchPreference + app:defaultValue="false" + app:key="show_elapsed_time" + app:title="@string/settings_show_elapsed_time"/> <Preference app:title="@string/settings_font_size_title" |