SweepLoadingView-延时动画
这两天写了一个关于延时加载的控件,之前一直是用的 ProgressWheel, 后来参考了 lovejjfg 这个控件设计思路还是很巧妙的。不会用作图工具,凑合着看吧。 SweepLoadingView.png 怎么用? <pre> <github.alex.sweeploadingview.SweepLoadingView xmlns:SweepLoadingView="http://schemas.android.com/apk/res-auto" android:layout_width="112dp" android:layout_height="112dp" android:layout_centerHorizontal="true" android:layout_marginTop="72dp" SweepLoadingView:slv_circleColor="#795548" SweepLoadingView:slv_circleWidth="8dp" SweepLoadingView:slv_duration="1200" SweepLoadingV...