aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cacheslist_activity.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-08-11 08:48:40 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-08-11 08:48:40 +0200
commitaf06e72c033bfd6791ffa567f622708efb7b54e7 (patch)
treebdc78a00f3fc99fa7f90146a74d2076d1be63eb1 /main/res/layout/cacheslist_activity.xml
parentd28fb223c6e4308a6e40db08e779c954252aff26 (diff)
downloadcgeo-af06e72c033bfd6791ffa567f622708efb7b54e7.zip
cgeo-af06e72c033bfd6791ffa567f622708efb7b54e7.tar.gz
cgeo-af06e72c033bfd6791ffa567f622708efb7b54e7.tar.bz2
explicitly set context for layout editor
Diffstat (limited to 'main/res/layout/cacheslist_activity.xml')
-rw-r--r--main/res/layout/cacheslist_activity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/res/layout/cacheslist_activity.xml b/main/res/layout/cacheslist_activity.xml
index 561baa2..351543e 100644
--- a/main/res/layout/cacheslist_activity.xml
+++ b/main/res/layout/cacheslist_activity.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ tools:context=".CacheListActivity" >
<include layout="@layout/filter_bar" />