Skip to content
Snippets Groups Projects
Commit cb1b88a1 authored by Alexandre Perraud's avatar Alexandre Perraud
Browse files

Preferences : Interface reorganization

parent 4e800b0c
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@
<string name="interface_prefs_screen">Interface</string>
<string name="interface_gui">Display</string>
<string name="interface_secondary_display_category_title">Secondary display</string>
<string name="interface_secondary_display_category_summary">Settings when secondary displays are connected (HDMI/Miracast).</string>
<string name="interface_secondary_display_category_summary">Settings when secondary displays are connected (HDMI/Chromecast).</string>
<string name="enable_clone_mode">Prefer clone</string>
<string name="enable_clone_mode_summary">Clone the device screen without remote control.</string>
<string name="interface_other_category">Interface - Other</string>
......
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/interface_prefs_screen"
android:key="ui_category" >
android:key="ui_category"
android:title="@string/interface_prefs_screen">
<android.support.v7.preference.SwitchPreferenceCompat
android:defaultValue="false"
......@@ -10,12 +10,10 @@
android:summary="@string/enable_black_theme_summary"
android:title="@string/enable_black_theme" />
<PreferenceCategory android:title="@string/interface_gui">
<CheckBoxPreference
android:key="tv_ui"
android:summary="@string/tv_ui_summary"
android:title="@string/tv_ui_title" />
</PreferenceCategory>
<CheckBoxPreference
android:key="tv_ui"
android:summary="@string/tv_ui_summary"
android:title="@string/tv_ui_title" />
<PreferenceCategory android:title="@string/interface_secondary_display_category_title">
<Preference android:summary="@string/interface_secondary_display_category_summary" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment