mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2025-01-24 21:14:14 +03: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>
|