Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Material Intro View is a showcase android library.

We saw this kind of showcase on [Fabulous App](http://www.thefabulous.co/) and we love it. Then decided to create showcase just like it.

#Screen
# Screen
<img src="https://raw.githubusercontent.com/iammert/MaterialIntroView/master/art/materialintroviewgif.gif"/>

#Usage
# Usage
```java
new MaterialIntroView.Builder(this)
.enableDotAnimation(true)
Expand Down Expand Up @@ -149,14 +149,14 @@ public class MyShape extends Shape {
* [ ] Sample app will be more detailed about using library.
* [ ] Sequence for MaterialIntroViews

#Authors
# Authors

[Mert SIMSEK](https://github.com/iammert)

[Murat Can BUR](https://github.com/muratcanbur)


#Docs
# Docs
[Chinese Doc](http://www.jianshu.com/p/1d2dcbc1e0f2)


Expand Down