diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-03-13 21:37:27 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-03-13 21:37:27 +0100 |
commit | 9c811f8fb20b056ea12803e93e5ea20dc052bdcd (patch) | |
tree | 7c4be8327ca3722f41d7784c126081a92585c26c /res/drawable/grey.xml | |
parent | 507cfba6ad481b078528ead056088e6aa6c4a3fc (diff) |
sharing text
Diffstat (limited to 'res/drawable/grey.xml')
-rw-r--r-- | res/drawable/grey.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/drawable/grey.xml b/res/drawable/grey.xml new file mode 100644 index 00000000..bdb9383f --- /dev/null +++ b/res/drawable/grey.xml @@ -0,0 +1,5 @@ +<?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 |