summaryrefslogtreecommitdiffstats
path: root/tests/ThemesTest/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ThemesTest/res/layout/activity_main.xml')
-rw-r--r--tests/ThemesTest/res/layout/activity_main.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/tests/ThemesTest/res/layout/activity_main.xml b/tests/ThemesTest/res/layout/activity_main.xml
deleted file mode 100644
index d6098ba..0000000
--- a/tests/ThemesTest/res/layout/activity_main.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ListView
- android:id="@+id/theme_list"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:divider="@android:color/transparent"
- android:dividerHeight="0dp"/>
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:orientation="horizontal"
- android:layout_gravity="center_horizontal"
- android:gravity="center">
-
- <ImageView
- android:id="@+id/icon"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center"/>
-
- <ImageView
- android:id="@+id/image"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center"/>
-
- </LinearLayout>
-
- <Button
- android:id="@+id/detach_assets"
- android:layout_width="match_parent"
- android:layout_height="64dp"
- android:layout_gravity="center_horizontal"
- android:gravity="center"
- android:textSize="24dp"
- android:text="@string/detach_assets"
- android:enabled="false"/>
-
-</LinearLayout>