diff options
Diffstat (limited to 'res/drawable/u2_back_selected.xml')
-rw-r--r-- | res/drawable/u2_back_selected.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/u2_back_selected.xml b/res/drawable/u2_back_selected.xml new file mode 100644 index 0000000..e1fa567 --- /dev/null +++ b/res/drawable/u2_back_selected.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="#E2001A" > + </solid> + + <corners + android:bottomLeftRadius="7dp" + android:bottomRightRadius="7dp" + android:topLeftRadius="7dp" + android:topRightRadius="7dp" /> + +</shape>
\ No newline at end of file |