enrecipes/platforms/tempPlugin/nativescript_imagecropper/build/intermediates/res/merged/release/drawable/ucrop_crop.xml

7 lines
306 B
XML
Raw Normal View History

2020-12-01 07:11:41 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ucrop_ic_crop_unselected" android:state_selected="false" />
<item android:drawable="@drawable/ucrop_ic_crop" android:state_selected="true" />
</selector>