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