summaryrefslogtreecommitdiffstats
path: root/tests/ThemesTest/res/layout/theme_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ThemesTest/res/layout/theme_list_item.xml')
-rw-r--r--tests/ThemesTest/res/layout/theme_list_item.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/ThemesTest/res/layout/theme_list_item.xml b/tests/ThemesTest/res/layout/theme_list_item.xml
deleted file mode 100644
index f7b56c2..0000000
--- a/tests/ThemesTest/res/layout/theme_list_item.xml
+++ /dev/null
@@ -1,14 +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="64dp">
-
- <TextView
- android:id="@+id/theme_title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:layout_gravity="center_horizontal"
- android:textSize="48dp" />
-
-</LinearLayout> \ No newline at end of file