aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeocaches.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-31 13:02:56 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-31 13:02:56 +0200
commit7179671a5f0428cbeab5a687c7866d81cf50cef0 (patch)
tree1a8e8c373da3052e0bb409c46e44dc326f4739ba /main/src/cgeo/geocaching/cgeocaches.java
parent1bed89fad9e1cc8d7c5435aa17324d9122b69481 (diff)
downloadcgeo-7179671a5f0428cbeab5a687c7866d81cf50cef0.zip
cgeo-7179671a5f0428cbeab5a687c7866d81cf50cef0.tar.gz
cgeo-7179671a5f0428cbeab5a687c7866d81cf50cef0.tar.bz2
#2684: Use view injection instead of view.findById()
Diffstat (limited to 'main/src/cgeo/geocaching/cgeocaches.java')
-rw-r--r--main/src/cgeo/geocaching/cgeocaches.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index a7a8f7e..6dad510 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -427,7 +427,7 @@ public class cgeocaches extends AbstractListActivity implements FilteredActivity
}
}
- // Add the list selection in code. This way we can leave the XML layout the same as for other activities.
+ // Add the list selection in code. This way we can leave the XML layout of the action bar the same as for other activities.
final View titleBar = findViewById(R.id.actionbar_title);
titleBar.setClickable(true);
titleBar.setOnClickListener(new View.OnClickListener() {