Blame view

InlandSDKRelease/res/drawable/loading_progress.xml 259 Bytes
e0ca8afd8   赵康   release1.0.0
1
2
3
4
5
6
7
  <?xml version="1.0" encoding="utf-8"?>
  <rotate xmlns:android="http://schemas.android.com/apk/res/android"
      android:drawable="@drawable/loading"
      android:pivotX="50%"  
      android:pivotY="50%"
      android:fromDegrees="0"
      android:toDegrees="360" />