summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-09 20:14:50 +0200
committerGitHub <noreply@github.com>2018-05-09 20:14:50 +0200
commit61e9d7d62acc43cbe844f57e30c02530a3a9212a (patch)
tree9297b227f4f2a503affd15141ab15d314644f282
parentec343dea980d37f6193a261fa14948dc4fcb3abc (diff)
downloadnavit-61e9d7d62acc43cbe844f57e30c02530a3a9212a.tar.gz
Update styles.xml
-rw-r--r--navit/android/res/values-v19/styles.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/navit/android/res/values-v19/styles.xml b/navit/android/res/values-v19/styles.xml
index 98ff95ee6..f389a3094 100644
--- a/navit/android/res/values-v19/styles.xml
+++ b/navit/android/res/values-v19/styles.xml
@@ -5,15 +5,15 @@
NavitBaseTheme from BOTH res/values/styles.xml and
res/values-v19/styles.xml on API 19+ devices.
-->
- <style name="NavitBaseTheme" parent="android:Theme.Holo">
+ <style name="NavitBaseTheme" parent="android:Theme.Holo" tools:targetApi="lollipop">
<!-- Main theme colors -->
<!-- your app branding color for the app bar -->
- <item name="android:colorPrimary" tools:targetApi="lollipop">@color/navitYellow500</item>
+ <item name="android:colorPrimary">@color/navitYellow500</item>
<!-- darker variant for the status bar and contextual app bars -->
- <item name="android:colorPrimaryDark" tools:targetApi="lollipop">@color/navitYellow700</item>
+ <item name="android:colorPrimaryDark">@color/navitYellow700</item>
<!-- theme UI controls like checkboxes and text fields -->
- <item name="android:colorAccent" tools:targetApi="lollipop">@color/navitBlue500</item>
+ <item name="android:colorAccent">@color/navitBlue500</item>
</style>
<!--