summaryrefslogtreecommitdiffstats
path: root/res/drawable/btn_quicktheme_remove_normal.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/btn_quicktheme_remove_normal.xml')
-rw-r--r--res/drawable/btn_quicktheme_remove_normal.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable/btn_quicktheme_remove_normal.xml b/res/drawable/btn_quicktheme_remove_normal.xml
new file mode 100644
index 0000000..f2f0bbe
--- /dev/null
+++ b/res/drawable/btn_quicktheme_remove_normal.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <solid android:color="@color/per_app_theme_remove_background_normal"/>
+
+</shape> \ No newline at end of file