Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 
      3 <rotate xmlns:android="http://schemas.android.com/apk/res/android"
      4     android:drawable="@drawable/ic_expand_more_24dp"
      5     android:fromDegrees="180"
      6     android:toDegrees="180"
      7     android:visible="true" />