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

circle_alpha_check_36dp.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57991dafc38fdef741ef90f985f455194fb4bb33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape
            android:shape="oval">
            <solid android:color="#55ffffff" />
            <size
                android:width="36dp"
                android:height="36dp"/>
        </shape>
    </item>
    <item android:drawable="@drawable/ic_check_white_24dp" />
</layer-list>