Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
536
Issue boards
Milestones
Wiki
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
cb1b88a1
Commit
cb1b88a1
authored
8 years ago
by
Alexandre Perraud
Browse files
Options
Downloads
Patches
Plain Diff
Preferences : Interface reorganization
parent
4e800b0c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vlc-android/res/values/strings.xml
+1
-1
1 addition, 1 deletion
vlc-android/res/values/strings.xml
vlc-android/res/xml/preferences_ui.xml
+6
-8
6 additions, 8 deletions
vlc-android/res/xml/preferences_ui.xml
with
7 additions
and
9 deletions
vlc-android/res/values/strings.xml
+
1
−
1
View file @
cb1b88a1
...
...
@@ -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/
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_summary"
>
Clone the device screen without remote control.
</string>
<string
name=
"interface_other_category"
>
Interface - Other
</string>
...
...
This diff is collapsed.
Click to expand it.
vlc-android/res/xml/preferences_ui.xml
+
6
−
8
View file @
cb1b88a1
<?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"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment