diff options
Diffstat (limited to 'src/main/res/drawable/grey.xml')
-rw-r--r-- | src/main/res/drawable/grey.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/drawable/grey.xml b/src/main/res/drawable/grey.xml new file mode 100644 index 00000000..2e90d96d --- /dev/null +++ b/src/main/res/drawable/grey.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="#ffdddddd" /> + +</shape>
\ No newline at end of file |