一、通过动画实现
定义res/anim/loading.xml如下:
View Row Code
<?xml version="1.0" encoding="UTF-8"?>
<animation-list android:oneshot="false"
xmlns:andro/>
设置成progressBarStyleSmall之后,图标变小;
设置成progressBarStyleLarge之后,图标变大。
相关文章:
一、通过动画实现
定义res/anim/loading.xml如下:
View Row Code
<?xml version="1.0" encoding="UTF-8"?>
<animation-list android:oneshot="false"
xmlns:andro/>
设置成progressBarStyleSmall之后,图标变小;
设置成progressBarStyleLarge之后,图标变大。
相关文章: