Skip to content

Commit 8b6e4f2

Browse files
committed
Update Readme.md and add demo2
1 parent 04a773c commit 8b6e4f2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ReadMe.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ SwitchDateTime Picker is a library for select a *Date* object in dialog with a D
66

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

9-
SwitchDateTime use *AppTheme*, for use another theme add in *Android.manifest* file, in *\<application>* node:
10-
`tools:replace="android:theme"`
9+
<img src="https://raw.githubusercontent.com/J-Jamet/Android-SwitchDateTimePicker/master/art/demo2.gif">
10+
11+
For change color of title and icon, add
12+
`<color name="dateTimeColorAccent">#494949</color>` to your resources **colors.xml** file.
1113

1214
## Installation
1315
Add the JitPack repository in your build.gradle at the end of repositories:
@@ -22,7 +24,7 @@ Add the JitPack repository in your build.gradle at the end of repositories:
2224
And add the dependency
2325
```
2426
dependencies {
25-
compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:v1.0-rc.1'
27+
compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:v1.0-rc.2'
2628
}
2729
```
2830

art/demo2.gif

1.07 MB
Loading

0 commit comments

Comments
 (0)