Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HpWens authored Jun 26, 2018
1 parent 24c1034 commit 3c183a3
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app build.gradle

````
dependencies {
implementation 'com.github.HpWens:MeiWidgetView:v0.0.9'
implementation 'com.github.HpWens:MeiWidgetView:v0.1.0'
}
````

Expand Down Expand Up @@ -418,9 +418,27 @@ app build.gradle
/>
````

#### c、相关文章
### 11、LOVE玫瑰

[JBox2D运用-打造摩拜单车贴纸动画效果](https://www.jianshu.com/p/95cb24a746c5)
#### a、效果预览

<img src="/gif/mei_rose.gif" width="280px"/> 

#### b、xml布局

````
<com.meis.widget.rose.RoseGiftSurfaceView
android:id="@+id/rose"
android:layout_width="0dp"
android:layout_height="0dp"
... />
````

#### c、开始动画

````
mRoseGiftSurfaceView.startAnimation();
````

## Contact

Expand Down

0 comments on commit 3c183a3

Please sign in to comment.