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

swipe_markasread_light.xml « drawable « res « main « src « News-Android-App - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 350f501e3d62e8748394e0990e3f8d77a73c7490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <selector>
            <item android:state_above_anchor="false"><color android:color="@color/swipeBackgroundLight" /></item>
            <item android:state_above_anchor="true"><color android:color="@color/markasreadColorLight" /></item>
        </selector>
    </item>
    <item android:left="5dp">
        <bitmap android:src="@drawable/ic_check_box_white" android:gravity="center_vertical|left" />
    </item>
</layer-list>