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

btn_back_green.xml « drawable « res « lib « android « api - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b64755185beabf773d694ade046da157b8433487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >

    <!-- "background shadow" -->
    <item android:drawable="@drawable/shadow"/>

   <item
        android:bottom="1dp"
        android:left="1dp"
        android:right="1dp"
        android:top="1dp"
        android:drawable="@drawable/green"/>

</layer-list>