Android UI
mai199207
Android开发工程师
展开
-
自定义圆角的button
自定义xml文件,指定button的background为该xml。以上方式同样适合其他组件原创 2015-09-20 22:50:31 · 359 阅读 · 0 评论 -
自定义旋转的加载框
<rotate android:interpolator="@android:anim/accelerate_interpolator" android:repeatCount="infinite" android:fromDegrees="0" android:toDegrees="+360" android:pivotX="50%" android:pivotY="50原创 2015-09-20 22:52:31 · 371 阅读 · 0 评论