mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-06 22:15:09 +01:00
9 lines
348 B
XML
9 lines
348 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<CheckBoxPreference android:title="@string/pref_hide_status_bar"
|
||
|
android:defaultValue="false"
|
||
|
android:summary="@string/pref_hide_status_bar_summary"
|
||
|
android:key="hide_status_bar" />
|
||
|
|
||
|
</PreferenceScreen>
|