From 239157e5e29cc785487179a35bbf6c32e0a23161 Mon Sep 17 00:00:00 2001 From: takahirom Date: Sun, 16 Nov 2014 23:58:12 +0900 Subject: [PATCH] Fix color string mistake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3150bcb..5a0e8d1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To provide custom tint color values or drawables: ```java // set a custom tint color for all system bars -tintManager.setTintColor(Color.parseColor("#99000FF")); +tintManager.setTintColor(Color.parseColor("#990000FF")); // set a custom navigation bar resource tintManager.setNavigationBarTintResource(R.drawable.my_tint); // set a custom status bar drawable