diff options
Diffstat (limited to 'mapswithme-api/res/drawable/overflow.xml')
-rw-r--r-- | mapswithme-api/res/drawable/overflow.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mapswithme-api/res/drawable/overflow.xml b/mapswithme-api/res/drawable/overflow.xml new file mode 100644 index 0000000..f507765 --- /dev/null +++ b/mapswithme-api/res/drawable/overflow.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="#80FFFFFF" /> + <corners android:radius="3dp" /> +</shape>
\ No newline at end of file |