aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/main/res/drawable/legacy_format_bar_button_underline_selected_state.xml
blob: 786fe8d498aeb70b28f52e76468271b7303533ad (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>
        <shape>
            <solid android:color="@color/legacy_format_bar_button_selected"/>
        </shape>
    </item>
    <item>
        <bitmap android:src="@drawable/legacy_dashicon_editor_underline" android:gravity="center"/>
    </item>
</layer-list>