aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cachedetail_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/cachedetail_activity.xml')
-rw-r--r--main/res/layout/cachedetail_activity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/res/layout/cachedetail_activity.xml b/main/res/layout/cachedetail_activity.xml
index d197bcd..b2e16a0 100644
--- a/main/res/layout/cachedetail_activity.xml
+++ b/main/res/layout/cachedetail_activity.xml
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="?background_color"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ tools:context=".CacheDetailActivity" >
<android.support.v4.view.ViewPager
android:id="@+id/viewpager"