diff options
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" |