Skip to content

Commit

Permalink
Update Readme.md and add demo2
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Jamet committed Oct 13, 2016
1 parent 04a773c commit 8b6e4f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ SwitchDateTime Picker is a library for select a *Date* object in dialog with a D

<img src="https://raw.githubusercontent.com/J-Jamet/Android-SwitchDateTimePicker/master/art/demo1.gif">

SwitchDateTime use *AppTheme*, for use another theme add in *Android.manifest* file, in *\<application>* node:
`tools:replace="android:theme"`
<img src="https://raw.githubusercontent.com/J-Jamet/Android-SwitchDateTimePicker/master/art/demo2.gif">

For change color of title and icon, add
`<color name="dateTimeColorAccent">#494949</color>` to your resources **colors.xml** file.

## Installation
Add the JitPack repository in your build.gradle at the end of repositories:
Expand All @@ -22,7 +24,7 @@ Add the JitPack repository in your build.gradle at the end of repositories:
And add the dependency
```
dependencies {
compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:v1.0-rc.1'
compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:v1.0-rc.2'
}
```

Expand Down
Binary file added art/demo2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b6e4f2

Please sign in to comment.