File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ SwitchDateTime Picker is a library for select a *Date* object in dialog with a D
6
6
7
7
<img src =" https://raw.githubusercontent.com/J-Jamet/Android-SwitchDateTimePicker/master/art/demo1.gif " >
8
8
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.
11
13
12
14
## Installation
13
15
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:
22
24
And add the dependency
23
25
```
24
26
dependencies {
25
- compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:v1.0-rc.1 '
27
+ compile 'com.github.Kunzisoft:Android-SwitchDateTimePicker:v1.0-rc.2 '
26
28
}
27
29
```
28
30
You can’t perform that action at this time.
0 commit comments