78 lines
No EOL
2.2 KiB
XML
78 lines
No EOL
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:title="@string/profile_appearance">
|
|
|
|
<Preference
|
|
android:key="master_profile"
|
|
android:layout="@layout/preference_dropdown_list"
|
|
android:title="@string/profile_name_hint"
|
|
android:selectable="false"/>
|
|
|
|
<Preference
|
|
android:key="profile_name"
|
|
android:layout="@layout/preference_text_field"
|
|
android:title="@string/profile_name_hint"
|
|
android:selectable="false"/>
|
|
|
|
<Preference
|
|
android:layout="@layout/simple_divider_item"
|
|
android:selectable="false" />
|
|
|
|
<PreferenceCategory
|
|
android:key="select_color"
|
|
android:layout="@layout/preference_category_with_descr"
|
|
android:title="@string/select_color" />
|
|
|
|
<Preference
|
|
android:key="color_items"
|
|
android:layout="@layout/preference_color_select"
|
|
android:title="@string/select_color"
|
|
android:selectable="false"/>
|
|
|
|
<Preference
|
|
android:layout="@layout/simple_divider_item"
|
|
android:selectable="false" />
|
|
|
|
<PreferenceCategory
|
|
android:key="select_icon"
|
|
android:layout="@layout/preference_category_with_descr"
|
|
android:title="@string/select_icon_profile_dialog_title" />
|
|
|
|
<Preference
|
|
android:key="icon_items"
|
|
android:layout="@layout/preference_color_select"
|
|
android:title="@string/select_icon_profile_dialog_title"
|
|
android:selectable="false"/>
|
|
|
|
<Preference
|
|
android:layout="@layout/simple_divider_item"
|
|
android:selectable="false" />
|
|
|
|
<!--PreferenceCategory
|
|
android:key="select_map_icon"
|
|
android:layout="@layout/preference_category_with_descr"
|
|
android:title="@string/select_map_icon" />
|
|
|
|
<Preference
|
|
android:key="map_icon_items"
|
|
android:layout="@layout/preference_with_descr"
|
|
android:title="@string/select_map_icon"
|
|
android:selectable="false"/>
|
|
|
|
<Preference
|
|
android:layout="@layout/simple_divider_item"
|
|
android:selectable="false" />
|
|
|
|
<PreferenceCategory
|
|
android:key="select_nav_icon"
|
|
android:layout="@layout/preference_category_with_descr"
|
|
android:title="@string/select_navigation_icon" />
|
|
|
|
<Preference
|
|
android:key="nav_icon_items"
|
|
android:layout="@layout/preference_with_descr"
|
|
android:title="@string/select_navigation_icon"
|
|
android:selectable="false"/-->
|
|
|
|
</PreferenceScreen> |