From 6199879239bd8979bb22339f1a1fced5103fedbf Mon Sep 17 00:00:00 2001 From: ToDou Date: Thu, 21 Sep 2017 17:58:27 +0800 Subject: [PATCH] update readme --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/README.md b/README.md index 08794c7..c554c0a 100644 --- a/README.md +++ b/README.md @@ -1 +1,59 @@ # shadow + +[Download Smaple]() + +Screenshot +==== +![](/screenshot/bottom_radius.jpg) +![](/screenshot/change_shadow_color.jpg) +![](/screenshot/shadow_foreground_change.gif) +![](/screenshot/with_no_top_shadow.jpg) + +Installation +==== +```groovy +dependencies { + compile 'com.loopeer.lib:shadow:0.0.1' +} +``` +Usages +==== +```xml + + + + + +``` + +License +==== +
+Copyright 2017 Loopeer
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+