Class LoadingDotsView

  • All Implemented Interfaces:

    
    public class LoadingDotsView
    
                        

    加载中的圆点动画View 显示3个圆点依次向前移动的动画效果

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void startAnimation() 开始动画
      void setDotAlpha0(float alpha)
      void setDotAlpha1(float alpha)
      void setDotAlpha2(float alpha)
      void setVisibility(int visibility)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoadingDotsView

        LoadingDotsView(Context context)
      • LoadingDotsView

        LoadingDotsView(Context context, AttributeSet attrs)
      • LoadingDotsView

        LoadingDotsView(Context context, AttributeSet attrs, int defStyleAttr)