7 lines
274 B
XML
7 lines
274 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:drawable="@drawable/expand_icon">
|
||
|
<target
|
||
|
android:name="expand"
|
||
|
android:animation="@animator/rotation_on" />
|
||
|
</animated-vector>
|