summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-10 07:23:13 +0200
committerGitHub <noreply@github.com>2018-05-10 07:23:13 +0200
commitf436f719fb3a79cfe7dca451017bd9960c2f8c4c (patch)
tree290f5133214d2b644b2b50f81c82aaa33612bcde
parent79644b19ff1616eae411f5e38b8b57359ab38055 (diff)
downloadnavit-Android_Lint.tar.gz
Update styles.xmlAndroid_Lint
-rw-r--r--navit/android/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/android/res/values/styles.xml b/navit/android/res/values/styles.xml
index 8c06fa400..7b83ffa85 100644
--- a/navit/android/res/values/styles.xml
+++ b/navit/android/res/values/styles.xml
@@ -4,7 +4,7 @@
Base application theme, dependent on API level. This theme is replaced
by NavitBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
- <style name="NavitBaseTheme" parent="android:Theme.NoTitleBar">
+ <style name="NavitBaseTheme">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
@@ -13,7 +13,7 @@
</style>
<!-- Theme for Navit's main Activity. -->
- <style name="NavitTheme" parent="NavitBaseTheme">
+ <style name="NavitTheme" parent="android:Theme.Holo">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>