diff options
Diffstat (limited to 'main/res/layout/cachedetail_images_page.xml')
| -rw-r--r-- | main/res/layout/cachedetail_images_page.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/main/res/layout/cachedetail_images_page.xml b/main/res/layout/cachedetail_images_page.xml new file mode 100644 index 0000000..2360dd0 --- /dev/null +++ b/main/res/layout/cachedetail_images_page.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 |
