aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_quote_selector.xml
blob: ad0a2e684d26c729a36eabb1204dec6f83fbfb2f (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item android:state_checked="true" android:drawable="@drawable/legacy_format_bar_button_quote_selected_state"/>
    <item android:state_pressed="true" android:drawable="@drawable/legacy_format_bar_button_quote_selected_state"/>
    <item>
        <bitmap android:src="@drawable/legacy_dashicon_format_quote_grey" android:gravity="center"/>
    </item>
</selector>