9 lines
567 B
XML
9 lines
567 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--~ Copyright (c) 2022. ~ Microsoft Corporation. All rights reserved.-->
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_fluent_bookmark_24_filled" android:state_activated="true"/>
|
|
<item android:drawable="@drawable/ic_fluent_bookmark_24_filled" android:state_checked="true"/>
|
|
<item android:drawable="@drawable/ic_fluent_bookmark_24_filled" android:state_selected="true"/>
|
|
<item android:drawable="@drawable/ic_fluent_bookmark_24_regular"/>
|
|
</selector>
|