summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--navit/android/res/values-v19/styles.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/navit/android/res/values-v19/styles.xml b/navit/android/res/values-v19/styles.xml
deleted file mode 100644
index b3ea5c14f..000000000
--- a/navit/android/res/values-v19/styles.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<resources>
-
- <!--
- Base application theme for API 19+. This theme completely replaces
- NavitBaseTheme from BOTH res/values/styles.xml and
- res/values-v19/styles.xml on API 19+ devices.
- -->
- <style name="NavitBaseTheme" parent="android:Theme.Holo">
-
- <!-- Main theme colors -->
- <!-- your app branding color for the app bar -->
- <item name="android:colorPrimary">@color/navitYellow500</item>
- <!-- darker variant for the status bar and contextual app bars -->
- <item name="android:colorPrimaryDark">@color/navitYellow700</item>
- <!-- theme UI controls like checkboxes and text fields -->
- <item name="android:colorAccent">@color/navitBlue500</item>
- </style>
-
- <!--
- Main Activity theme for API 19+. This theme completely replaces
- NavitTheme from BOTH res/values/styles.xml and
- res/values-v19/styles.xml on API 19+ devices.
- -->
- <style name="NavitTheme" parent="NavitBaseTheme">
-
- <!-- API 19 theme customizations can go here. -->
- <item name="android:windowTranslucentNavigation">true</item>
- <item name="android:windowTranslucentStatus">true</item>
- </style>
-
-</resources> \ No newline at end of file