summaryrefslogtreecommitdiff
path: root/res/drawable/dragview_background_dark.xml
blob: 577077d9a82eb72d91f9114916044b5af6ec9a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >

    <item>
        <shape android:shape="rectangle" >
            <corners android:radius="3dp" />

            <solid android:color="#BEBEBE" />
        </shape>
    </item>
    <item android:top="10dp">
        <shape android:shape="rectangle" >
            <corners android:radius="3dp" />

            <solid android:color="#242A30" />
        </shape>
    </item>
    <item android:top="20dp">
        <shape android:shape="rectangle" >
            <corners android:radius="3dp" />

            <solid android:color="#BEBEBE" />
        </shape>
    </item>
    <item android:top="30dp">
        <shape android:shape="rectangle" >
            <corners android:radius="3dp" />

            <solid android:color="#242A30" />
        </shape>
    </item>
    <item android:top="40dp">
        <shape android:shape="rectangle" >
            <corners android:radius="3dp" />

            <solid android:color="#BEBEBE" />
        </shape>
    </item>
    <item android:top="50dp">
        <shape android:shape="rectangle" >
            <corners android:radius="3dp" />

            <solid android:color="#242A30" />
        </shape>
    </item>
    <item android:top="60dp">
        <shape android:shape="rectangle" >
            <corners android:radius="3dp" />

            <solid android:color="#BEBEBE" />
        </shape>
    </item>

</layer-list>