Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wooplr/Spotlight
Browse files Browse the repository at this point in the history
  • Loading branch information
29jitender committed Jun 14, 2016
2 parents 9d9330e + a44a523 commit 6de4a24
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Spotlight
Spotlight is a android library to onboard user by showcasing specfic features in the app.

[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
<img src="https://img.shields.io/badge/license-Apache 2.0-green.svg?style=flat">
[![API](https://img.shields.io/badge/API-11%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=11)

#Screen
<img src="https://raw.githubusercontent.com/wooplr/Spotlight/master/art/intro.gif?token=AA5ZAHdvAspW6Zj8YyyKamkV7jWXFtMHks5XaQovwA%3D%3D"/>

Expand Down Expand Up @@ -125,10 +129,23 @@ Unique id for each spotlight
### dismissOnTouch(boolean)
Dismiss spotlight on touch outside

# Configuration Method
```java
//Create global config instance to not write same config to builder
//again and again.
SpotlightConfig config = new SpotlightConfig();
config.isDismissOnTouch(true);
config.setLineAndArcColor(0xFFFFFFFF);
...
.setConfiguration(config) //
```

#Author

[Jitender Chaudhary](https://github.com/29jitender)

#Credits
[MaterialIntroView](https://github.com/iammert/MaterialIntroView)

## License
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)

0 comments on commit 6de4a24

Please sign in to comment.