Skip to content

Commit

Permalink
Update README with a Demo Screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
SanojPunchihewa authored Sep 21, 2019
1 parent 19f11ac commit 1c33e27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<h1 align="center">Glow Button</h1>
<p align="center">Android Library to beautify your layouts with glowing buttons</p>

<img src="/images/screen_shot_1.png" width="220">

## :pencil2: Usage

### Step 1: Add it in your root build.gradle
Expand All @@ -22,7 +24,7 @@ dependencies {
```

### Step 3: Use it in your layout
Glow button have the following attributes in addition to the default button attributes
Glow button have the following attributes in addition to the default button attributes. Please see the [demo app](https://github.com/SanojPunchihewa/GlowButton/blob/master/app/src/main/res/layout/activity_main.xml)
```xml
<com.sanojpunchihewa.glowbutton.GlowButton
...
Expand Down

0 comments on commit 1c33e27

Please sign in to comment.