Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
曾祥彬 committed Oct 28, 2015
2 parents fe0c6ea + dc24a5b commit 036b72d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# WaveProgressView
WaveProgressView

a simple progress view.

<img src="/image/wave_progress_view.gif" alt="progress-circular-indeterminate" title="progress-circular-indeterminate" width="477" height="791" />

## setup
```xml
<com.github.zeng1990java.widget.WaveProgressView
android:id="@+id/wave_progress_view"
android:layout_width="120dp"
android:layout_height="80dp"
android:layout_centerInParent="true"
/>

<com.github.zeng1990java.widget.WaveProgressView
android:id="@+id/wave_progress_view_2"
android:layout_width="120dp"
android:layout_height="80dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="10dp"
android:layout_centerHorizontal="true"
app:max="100"
app:waveColor="#3498db"
app:waveAmplitude="4dp"
app:waveBorderWidth="3dp"
app:waveBorderRadius="2dp"
/>
```

0 comments on commit 036b72d

Please sign in to comment.