Blame view

GameSDKRelease/res/drawable/loading_progress.xml 264 Bytes
313bd48ae   赵康   splite android an...
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/gump_loading"
      android:pivotX="50%"  
      android:pivotY="50%"
      android:fromDegrees="0"
      android:toDegrees="360" />