From d04dfda2a10fdd7f318cf86aeb4ff03414aa94ef Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 12 Jul 2020 00:08:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8f2feb..b8f99b0 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Here are some more info about the three different picker modes that are availabl The so called "iOS clone" looks and works similar to the ios version. It shows normaly 5 lines of dates. It is enabled by default. This version looks more like a standard native implementation on Android. The divider color can be changed by adding the following to you Android theme. -#03b6fc +<item name="colorControlNormal">#03b6fc</item>