aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-07-01 16:30:01 +0200
committerArne Schwabe <arne@rfc2549.org>2014-07-01 16:30:49 +0200
commitd49ee4dcc0143cc3573f4c57823468cd7d20a983 (patch)
tree63849d43834e99a7eb0c7ba67da5d13846ee3d8e /main/src
parent9572033ece15407f3a32acebe72a3ee56cf76eab (diff)
downloadcgeo-d49ee4dcc0143cc3573f4c57823468cd7d20a983.zip
cgeo-d49ee4dcc0143cc3573f4c57823468cd7d20a983.tar.gz
cgeo-d49ee4dcc0143cc3573f4c57823468cd7d20a983.tar.bz2
More theme fixes
- Fix theme usage of CgeoMap (cgeo light/dark theme instead of holo) - Make progress a bit larger again (32dp instead of 16dp), still smaller than Holo default (48dp) - Make also navigation transparent in main screen - Fix some activities not using dark ActionBar in light theme (e.g. CacheDetails)
Diffstat (limited to 'main/src')
-rw-r--r--main/src/cgeo/geocaching/maps/CGeoMap.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java
index d0a9e5e..e0366c4 100644
--- a/main/src/cgeo/geocaching/maps/CGeoMap.java
+++ b/main/src/cgeo/geocaching/maps/CGeoMap.java
@@ -483,10 +483,8 @@ public class CGeoMap extends AbstractMap implements ViewFactory {
// set layout
- //ActivityMixin.setTheme(activity);
- // TODO: set a proper theme
+ ActivityMixin.setTheme(activity);
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.HONEYCOMB) {
- activity.setTheme(android.R.style.Theme_Holo);
activity.getActionBar().setDisplayHomeAsUpEnabled(true);
}
activity.setContentView(mapProvider.getMapLayoutId());