aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/res/layout/cacheslist_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/res/layout/cacheslist_activity.xml b/main/res/layout/cacheslist_activity.xml
index 351543e..62d9861 100644
--- a/main/res/layout/cacheslist_activity.xml
+++ b/main/res/layout/cacheslist_activity.xml
@@ -35,6 +35,7 @@
android:fastScrollEnabled="true"
android:padding="0dip"
android:scrollbarStyle="outsideOverlay"
- android:visibility="gone" />
+ android:visibility="gone"
+ tools:listitem="@layout/cacheslist_item" />
</LinearLayout> \ No newline at end of file