You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
683 B
17 lines
683 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<io.legado.app.lib.theme.prefs.ATESwitchPreference
|
|
android:defaultValue="false"
|
|
android:title="@string/pt_hide_status_bar"
|
|
android:key="hideStatusBar"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.lib.theme.prefs.ATESwitchPreference
|
|
android:defaultValue="false"
|
|
android:title="@string/pt_hide_navigation_bar"
|
|
android:key="hideNavigationBar"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</androidx.preference.PreferenceScreen> |