目录一、通过帧动画实现二、通过自定义颜色实现第三种 使用有进度的UI图片:android 自定义 进度条,一般有三种方式,最早一般使用UI给的图片使用帧动画,完成,后面两种,一种是使用自定义颜色,另外一种是使用带相
I have an interface like this public interface IField<T> extends IsSerializable { publicString getKey();