diff options
| author | blafoo <github@blafoo.de> | 2012-01-10 22:44:47 +0100 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2012-01-10 22:44:47 +0100 |
| commit | 605ab6c943f589ea2684f23c506f30e409d604d9 (patch) | |
| tree | 7b13c305d792d999e6934ca66d2ceebf0e38daa9 /main/src/cgeo/geocaching/CacheDetailActivity.java | |
| parent | b90e3e10eb631efd80b41356fa20f8f76350c79b (diff) | |
| download | cgeo-605ab6c943f589ea2684f23c506f30e409d604d9.zip cgeo-605ab6c943f589ea2684f23c506f30e409d604d9.tar.gz cgeo-605ab6c943f589ea2684f23c506f30e409d604d9.tar.bz2 | |
Overlays instead of icons. Fixes #752
Diffstat (limited to 'main/src/cgeo/geocaching/CacheDetailActivity.java')
| -rw-r--r-- | main/src/cgeo/geocaching/CacheDetailActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/CacheDetailActivity.java b/main/src/cgeo/geocaching/CacheDetailActivity.java index 3b55bc9..f3c12cc 100644 --- a/main/src/cgeo/geocaching/CacheDetailActivity.java +++ b/main/src/cgeo/geocaching/CacheDetailActivity.java @@ -605,7 +605,7 @@ public class CacheDetailActivity extends AbstractActivity { } else { setTitle(cache.getGeocode().toUpperCase()); } - ((TextView) findViewById(R.id.actionbar_title)).setCompoundDrawablesWithIntrinsicBounds(getResources().getDrawable(cgBase.getCacheIcon(cache.getType())), null, null, null); + ((TextView) findViewById(R.id.actionbar_title)).setCompoundDrawablesWithIntrinsicBounds(getResources().getDrawable(cache.getType().markerId), null, null, null); // add available pages (remove old pages first) pageOrder.clear(); |
