Blame view

android/PromoterRelease/res/drawable/progress_drawable.xml 271 Bytes
636deb8ba   赵康   release1.0.2
1
2
3
4
5
6
7
8
9
10
  <?xml version="1.0" encoding="utf-8"?>
  <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
  
      <item android:id="@android:id/progress">
          <clip>
              <bitmap android:src="@drawable/progress" />
          </clip>
      </item>
  
  </layer-list>