Welcome to mirror list, hosted at ThFree Co, Russian Federation.

overflow.xml « drawable « res « lib « android « api - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>