summaryrefslogtreecommitdiffstats
path: root/res/layout/per_app_delete_box_window.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/per_app_delete_box_window.xml')
-rw-r--r--res/layout/per_app_delete_box_window.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/per_app_delete_box_window.xml b/res/layout/per_app_delete_box_window.xml
new file mode 100644
index 0000000..c653320
--- /dev/null
+++ b/res/layout/per_app_delete_box_window.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/box"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/floating_window_delete_box_height"
+ android:src="@drawable/btn_quicktheme_remove"
+ android:scaleType="center"
+ android:background="@drawable/btn_quicktheme_remove_normal">
+
+</ImageView> \ No newline at end of file