aboutsummaryrefslogtreecommitdiffstats
path: root/undobar/res/drawable/root_background_kitkat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'undobar/res/drawable/root_background_kitkat.xml')
-rw-r--r--undobar/res/drawable/root_background_kitkat.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/undobar/res/drawable/root_background_kitkat.xml b/undobar/res/drawable/root_background_kitkat.xml
new file mode 100644
index 0000000..59bc5e9
--- /dev/null
+++ b/undobar/res/drawable/root_background_kitkat.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+
+ <solid android:color="#db555555" />
+
+ <corners android:radius="24dp" />
+
+</shape><!-- From: file:/Users/jenzz/Developer/Android-UndoBar/library/src/main/res/drawable/root_background_kitkat.xml --> \ No newline at end of file