aboutsummaryrefslogtreecommitdiff
path: root/res/drawable/u6_back.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/u6_back.xml')
-rw-r--r--res/drawable/u6_back.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/u6_back.xml b/res/drawable/u6_back.xml
new file mode 100644
index 0000000..cd60db7
--- /dev/null
+++ b/res/drawable/u6_back.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle" >
+
+ <solid android:color="#F7A800" >
+ </solid>
+
+ <corners
+ android:bottomLeftRadius="7dp"
+ android:bottomRightRadius="7dp"
+ android:topLeftRadius="7dp"
+ android:topRightRadius="7dp" />
+
+</shape> \ No newline at end of file