mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
26 lines
No EOL
1 KiB
XML
26 lines
No EOL
1 KiB
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:key="@string/pref_hide_status_bar_key"
|
|
android:defaultValue="true" />
|
|
|
|
<CheckBoxPreference android:title="@string/pref_lock_orientation"
|
|
android:key="@string/pref_lock_orientation_key"
|
|
android:defaultValue="true" />
|
|
|
|
<CheckBoxPreference android:title="@string/pref_enable_transitions"
|
|
android:key="@string/pref_enable_transitions_key"
|
|
android:defaultValue="true" />
|
|
|
|
<CheckBoxPreference android:title="@string/pref_show_page_number"
|
|
android:key="@string/pref_show_page_number_key"
|
|
android:defaultValue="true" />
|
|
|
|
<ListPreference android:title="@string/pref_viewer_type"
|
|
android:key="@string/pref_default_viewer_key"
|
|
android:entries="@array/viewers"
|
|
android:entryValues="@array/viewers_values"
|
|
android:defaultValue="1"/>
|
|
|
|
</PreferenceScreen> |