Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
319
Issues
319
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Android
Commits
cb1b88a1
Commit
cb1b88a1
authored
Sep 20, 2016
by
Alexandre Perraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preferences : Interface reorganization
parent
4e800b0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
vlc-android/res/values/strings.xml
vlc-android/res/values/strings.xml
+1
-1
vlc-android/res/xml/preferences_ui.xml
vlc-android/res/xml/preferences_ui.xml
+6
-8
No files found.
vlc-android/res/values/strings.xml
View file @
cb1b88a1
...
@@ -270,7 +270,7 @@
...
@@ -270,7 +270,7 @@
<string
name=
"interface_prefs_screen"
>
Interface
</string>
<string
name=
"interface_prefs_screen"
>
Interface
</string>
<string
name=
"interface_gui"
>
Display
</string>
<string
name=
"interface_gui"
>
Display
</string>
<string
name=
"interface_secondary_display_category_title"
>
Secondary 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/
Mira
cast).
</string>
<string
name=
"interface_secondary_display_category_summary"
>
Settings when secondary displays are connected (HDMI/
Chrome
cast).
</string>
<string
name=
"enable_clone_mode"
>
Prefer clone
</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=
"enable_clone_mode_summary"
>
Clone the device screen without remote control.
</string>
<string
name=
"interface_other_category"
>
Interface - Other
</string>
<string
name=
"interface_other_category"
>
Interface - Other
</string>
...
...
vlc-android/res/xml/preferences_ui.xml
View file @
cb1b88a1
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
<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.support.v7.preference.SwitchPreferenceCompat
android:defaultValue=
"false"
android:defaultValue=
"false"
...
@@ -10,12 +10,10 @@
...
@@ -10,12 +10,10 @@
android:summary=
"@string/enable_black_theme_summary"
android:summary=
"@string/enable_black_theme_summary"
android:title=
"@string/enable_black_theme"
/>
android:title=
"@string/enable_black_theme"
/>
<PreferenceCategory
android:title=
"@string/interface_gui"
>
<CheckBoxPreference
<CheckBoxPreference
android:key=
"tv_ui"
android:key=
"tv_ui"
android:summary=
"@string/tv_ui_summary"
android:summary=
"@string/tv_ui_summary"
android:title=
"@string/tv_ui_title"
/>
android:title=
"@string/tv_ui_title"
/>
</PreferenceCategory>
<PreferenceCategory
android:title=
"@string/interface_secondary_display_category_title"
>
<PreferenceCategory
android:title=
"@string/interface_secondary_display_category_title"
>
<Preference
android:summary=
"@string/interface_secondary_display_category_summary"
/>
<Preference
android:summary=
"@string/interface_secondary_display_category_summary"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment