1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-11-27 20:34:01 -06:00
wulkanowy-mirror/app/src/main/res/xml/scheme_preferences.xml

22 lines
884 B
XML
Raw Normal View History

2018-04-08 09:15:05 -05:00
<?xml version="1.0" encoding="utf-8"?>
2018-10-22 15:47:54 -05:00
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:title="@string/pref_view_header"
app:iconSpaceReserved="false">
2018-04-08 09:15:05 -05:00
<ListPreference
android:defaultValue="0"
2018-04-08 09:15:05 -05:00
android:entries="@array/startup_tab_entries"
android:entryValues="@array/startup_tab_value"
2018-10-22 15:47:54 -05:00
android:key="start_menu"
2018-04-08 09:15:05 -05:00
android:summary="%s"
2018-10-22 15:47:54 -05:00
android:title="@string/pref_view_list"
app:iconSpaceReserved="false" />
<SwitchPreference
android:defaultValue="true"
android:key="attendance_present"
2018-10-22 15:47:54 -05:00
android:title="@string/pref_view_present"
app:iconSpaceReserved="false" />
2018-05-07 09:05:57 -05:00
</PreferenceCategory>
</PreferenceScreen>