aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api/res/drawable/overflow.xml
blob: f507765b17d107eeb165020980ba7cae2a478ab3 (plain)
1
2
3
4
5
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>