领透酷医云安卓客户端

progress_bar_webview.xml 522B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:id="@android:id/background">
  4. <shape>
  5. <solid android:color="#6fff"/>
  6. </shape>
  7. </item>
  8. <item android:id="@android:id/secondaryProgress">
  9. <clip>
  10. <shape>
  11. </shape>
  12. </clip>
  13. </item>
  14. <item android:id="@android:id/progress">
  15. <clip>
  16. <shape>
  17. </shape>
  18. </clip>
  19. </item>
  20. </layer-list>