Skip to content
Snippets Groups Projects
Commit 6ffe1b48 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Remove v14 resources

It's useless now minSDK is 14+
parent f1a95f60
No related branches found
No related tags found
No related merge requests found
<?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>
......@@ -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>
......
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