Prechádzať zdrojové kódy

Show keep screen on in reader settings. Closes #146

inorichi 9 rokov pred
rodič
commit
f820522a69
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      app/src/main/res/xml/pref_reader.xml

+ 4 - 0
app/src/main/res/xml/pref_reader.xml

@@ -17,6 +17,10 @@
         android:key="@string/pref_custom_brightness_key"
         android:defaultValue="false" />
 
+    <SwitchPreference android:title="@string/pref_keep_screen_on"
+        android:key="@string/pref_keep_screen_on_key"
+        android:defaultValue="true" />
+
     <SwitchPreference android:title="@string/pref_seamless_mode"
         android:key="@string/pref_seamless_mode_key"
         android:defaultValue="true" />