summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-10 10:16:45 +0200
committerGitHub <noreply@github.com>2018-05-10 10:16:45 +0200
commit2f0bb6a6204c8679a679d94e63c24c67323bc357 (patch)
tree8eb38a6dc31e89afa9e44e19606b6cea4a5ca611
parentd2fb4c1045669b867e0732e749ee6ded01f5f994 (diff)
downloadnavit-Android_Lint_check.tar.gz
Add files via uploadAndroid_Lint_check
-rw-r--r--navit/android/res/values-v19/styles.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/navit/android/res/values-v19/styles.xml b/navit/android/res/values-v19/styles.xml
index b3ea5c14f..69acd3a4e 100644
--- a/navit/android/res/values-v19/styles.xml
+++ b/navit/android/res/values-v19/styles.xml
@@ -5,16 +5,7 @@
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>
+ <style name="NavitBaseTheme" parent="android:Theme.Holo"/>
<!--
Main Activity theme for API 19+. This theme completely replaces