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: 06b74eb85c625d65f85dcbfda778543d5c0b14ea (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_white_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/colorOnSurface" />
        </shape>
    </item>
</layer-list>