Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 717 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 717 Bytes

OWLoadingView 一个模仿守望先锋加载的LoadingView

A LoadingView imitate OverWatch loading

使用方法

<com.sin.overwatchloading.OverWatchLoadingView
    android:id="@+id/loading"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    app:radius="40dp"
    app:color="#efb77a"/>    
  OverWatchLoadingView owView = (OverWatchLoadingView)findViewById(R.id.loading);
  owView.start(); //loading
  owView.stop(); //ending

效果

image

THX

chen_zhang_yu的博客