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

filter_active.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: 555d73af6b56b54c70b8369bef69dda4f1c8d4e0 (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 android:drawable="@drawable/ic_filter_list_24dp" />
    <item
        android:width="8dp"
        android:height="8dp"
        android:enterFadeDuration="@android:integer/config_shortAnimTime"
        android:gravity="bottom|end">
        <shape android:shape="oval">
            <solid android:color="?attr/colorPrimary" />
        </shape>
    </item>
</layer-list>