aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/caches_images.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/caches_images.xml')
-rw-r--r--main/res/layout/caches_images.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/main/res/layout/caches_images.xml b/main/res/layout/caches_images.xml
new file mode 100644
index 0000000..2360dd0
--- /dev/null
+++ b/main/res/layout/caches_images.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ android:padding="4dip" >
+
+ <LinearLayout
+ android:id="@+id/spoiler_list"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" >
+ </LinearLayout>
+
+</ScrollView> \ No newline at end of file