diff --git a/ReadMe.md b/ReadMe.md
index 62c5caf..e6f036a 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -6,8 +6,10 @@ SwitchDateTime Picker is a library for select a *Date* object in dialog with a D
-SwitchDateTime use *AppTheme*, for use another theme add in *Android.manifest* file, in *\* node:
-`tools:replace="android:theme"`
+
+
+For change color of title and icon, add
+`#494949` to your resources **colors.xml** file.
## Installation
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:
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'
}
```
diff --git a/art/demo2.gif b/art/demo2.gif
new file mode 100644
index 0000000..c3d453a
Binary files /dev/null and b/art/demo2.gif differ