Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
534
Issue boards
Milestones
Wiki
Code
Merge requests
10
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
6ffe1b48
Commit
6ffe1b48
authored
6 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Remove v14 resources
It's useless now minSDK is 14+
parent
f1a95f60
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-v14/styles.xml
+0
-14
0 additions, 14 deletions
vlc-android/res/values-v14/styles.xml
vlc-android/res/values/styles.xml
+2
-2
2 additions, 2 deletions
vlc-android/res/values/styles.xml
with
2 additions
and
16 deletions
vlc-android/res/values-v14/styles.xml
deleted
100644 → 0
+
0
−
14
View file @
f1a95f60
<?xml version="1.0" encoding="UTF-8"?>
<resources
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<!--Preferences-->
<style
name=
"VLCPreferenceTheme.Light"
parent=
"PreferenceThemeOverlay.v14.Material"
>
<item
name=
"android:textColorPrimary"
>
@color/grey900
</item>
<item
name=
"android:textColorSecondary"
>
@color/grey700
</item>
</style>
<style
name=
"VLCPreferenceTheme.Dark"
parent=
"PreferenceThemeOverlay.v14.Material"
>
<item
name=
"android:textColorPrimary"
>
@color/grey50
</item>
<item
name=
"android:textColorSecondary"
>
@color/grey600
</item>
</style>
</resources>
This diff is collapsed.
Click to expand it.
vlc-android/res/values/styles.xml
+
2
−
2
View file @
6ffe1b48
...
...
@@ -328,12 +328,12 @@
</style>
<!--Preferences-->
<style
name=
"VLCPreferenceTheme.Light"
parent=
"PreferenceThemeOverlay"
>
<style
name=
"VLCPreferenceTheme.Light"
parent=
"PreferenceThemeOverlay
.v14.Material
"
>
<item
name=
"android:textColorPrimary"
>
@color/grey900
</item>
<item
name=
"android:textColorSecondary"
>
@color/grey700
</item>
</style>
<style
name=
"VLCPreferenceTheme.Dark"
parent=
"PreferenceThemeOverlay"
>
<style
name=
"VLCPreferenceTheme.Dark"
parent=
"PreferenceThemeOverlay
.v14.Material
"
>
<item
name=
"android:textColorPrimary"
>
@color/grey50
</item>
<item
name=
"android:textColorSecondary"
>
@color/grey600
</item>
</style>
...
...
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