From 06a03fd192d30d969e8c6391ca9f34872535e97f Mon Sep 17 00:00:00 2001 From: Nonthawit Doungsodsri Date: Thu, 8 Mar 2018 15:43:47 +0700 Subject: [PATCH 1/2] Update README.md [+] add MATERIAL DESIGN GUIDELINE library :) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d5766c..ea5c563 100644 --- a/README.md +++ b/README.md @@ -215,3 +215,6 @@ Name | Repository | License [Joda Time Android](https://github.com/dlew/joda-time-android) | https://github.com/dlew/joda-time-android | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [Bolts](https://github.com/BoltsFramework/Bolts-Android) | https://github.com/BoltsFramework/Bolts-Android | [BSD](https://en.wikipedia.org/wiki/BSD_licenses) [Secure Preference Manager](http://prashantsolanki3.github.io/Secure-Pref-Manager/) | http://prashantsolanki3.github.io/Secure-Pref-Manager/ | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) +[MATERIAL DESIGN GUIDELINE](https://github.com/TheKhaeng/material-design-guideline) | https://github.com/TheKhaeng/material-design-guideline | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) + + From 18bd7b8d281f1678ba78c4b3644d8328f42b3c28 Mon Sep 17 00:00:00 2001 From: Nonthawit Doungsodsri Date: Thu, 8 Mar 2018 16:34:40 +0700 Subject: [PATCH 2/2] Update README.md [+] add "RecyclerView Margin Decoration" awesome utility library :) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ea5c563..533f64c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ This is an alphabetical list of libraries for Android development, the majority * [Camera](#camera) * [Security](#security) * [Media](#media) +* [Utilities](#utilities) * [Showcases](#showcases) * [Maps](#maps) * [Other](#other) @@ -188,6 +189,12 @@ Name | Repository | License --- | --- | --- [PdfMyXml](https://github.com/HendrixString/Android-PdfMyXml) | https://github.com/HendrixString/Android-PdfMyXml | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) +## Utilities +Name | Repository | License +--- | --- | --- +[RecyclerView Margin Decoration](https://github.com/TheKhaeng/recycler-view-margin-decoration) | https://github.com/TheKhaeng/recycler-view-margin-decoration | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) + + ## Showcases Name | Repository | License --- | --- | ---