diff options
Diffstat (limited to 'main/res/drawable')
| -rw-r--r-- | main/res/drawable/mark_gray.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/res/drawable/mark_gray.xml b/main/res/drawable/mark_gray.xml new file mode 100644 index 0000000..239739e --- /dev/null +++ b/main/res/drawable/mark_gray.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + <solid + android:color="#77777777" /> +</shape>
\ No newline at end of file |
