From ba3caee021ec6950737653e86fceba3340946a29 Mon Sep 17 00:00:00 2001 From: Tamir Abutbul <1tamir198@gmail.com> Date: Sun, 1 Aug 2021 14:28:25 +0300 Subject: [PATCH] Fixing the look is 2 links You had 2 links that were formatted like this `[] ()`, I fixed them to this format `[]()` (with no space) and now they look like links --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a560904..f3e9213 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Android library providing simple way to control divider items of RecyclerView # Release Note -[Release Note] (https://github.com/yqritc/RecyclerView-FlexibleDivider/releases) +[Release Note](https://github.com/yqritc/RecyclerView-FlexibleDivider/releases) # Gradle ```groovy @@ -96,8 +96,10 @@ Enables you to specify left and right margin of divider. - MarginProvider for vertical divider (horizontal list) Enables you to specify top and bottom margin of divider. -**For GridLayoutManager**, the position parameter of above providers is group index of items. -So, control your divider based on [group index](http://developer.android.com/intl/ja/reference/android/support/v7/widget/GridLayoutManager.SpanSizeLookup.html#getSpanGroupIndex(int, int)) instead of the position of items. +**For GridLayoutManager**, the position parameter of above providers is + +index of items. +So, control your divider based on [group undex](https://developer.android.com/reference/android/support/v7/widget/GridLayoutManager.SpanSizeLookup.html?hl=ja#getSpanGroupIndex(int)) instead of the position of items. ### Optional - Builder.showLastDivider