Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vimalcvs/Day-Night-Switch i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
vimalcvs committed Nov 3, 2020
2 parents ffdfe25 + c66a11f commit d7b5b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Day Night Switch Button App
[![](https://jitpack.io/v/vimalcvs/DayNightSwitch.svg)](https://jitpack.io/#vimalcvs/DayNightSwitch)
[![](https://jitpack.io/v/vimalcvs/Day-Night-Switch.svg)](https://jitpack.io/#vimalcvs/Day-Night-Switch)

A cute day night switch for android
Inspired from this gif :
Expand All @@ -20,7 +20,7 @@ Step 2. Add the dependency

```
dependencies {
implementation 'com.github.vimalcvs:DayNightSwitch:1.0.0'
implementation 'com.github.vimalcvs:Day-Night-Switch:1.0.2'
}
```

Expand All @@ -29,7 +29,7 @@ Step 2. Add the dependency
just add it to your xml layout file

```xml
<com.vimalcvs.dnswitch.DayNightSwitch
< com.vimalcvs.switchdn.DayNightSwitch
android:id="@+id/switch_item"
android:layout_width="63dp"
android:layout_height="33dp"
Expand Down

0 comments on commit d7b5b69

Please sign in to comment.