aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/spoilers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/spoilers.xml')
-rw-r--r--main/res/layout/spoilers.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/main/res/layout/spoilers.xml b/main/res/layout/spoilers.xml
deleted file mode 100644
index 233972a..0000000
--- a/main/res/layout/spoilers.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="?background_color"
- android:orientation="vertical" >
-
- <LinearLayout style="@style/action_bar" >
-
- <ImageView
- style="@style/action_bar_action"
- android:onClick="goHome" />
-
- <View style="@style/action_bar_separator" />
-
- <TextView style="@style/action_bar_title" />
- </LinearLayout>
-
- <include layout="@layout/caches_images" />
-
-</LinearLayout> \ No newline at end of file