summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-09 21:39:42 +0200
committerGitHub <noreply@github.com>2018-05-09 21:39:42 +0200
commit7f89e1ed791a947a3a32dfaed789188f6274a13a (patch)
tree9179a60ef1168f26ad03fb14e60a8c661571c5fd
parent139e25429ff15797700ede7382ebd3ee5b352a64 (diff)
downloadnavit-7f89e1ed791a947a3a32dfaed789188f6274a13a.tar.gz
Delete styles.xml
-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