Reporting
This commit is contained in:
5
mastodon/src/main/res/drawable/ic_round_checkbox.xml
Normal file
5
mastodon/src/main/res/drawable/ic_round_checkbox.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true" android:drawable="@drawable/ic_fluent_checkmark_circle_24_filled"/>
|
||||
<item android:drawable="@drawable/ic_fluent_radio_button_24_regular"/>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user