From 638cd69f88240ae03c22db1af261cdc177f5b518 Mon Sep 17 00:00:00 2001 From: Bartosz Lipinski Date: Thu, 2 Apr 2015 12:55:45 +0200 Subject: [PATCH] Maven Central integration --- README.md | 28 +++++++++++++++++----------- library/build.gradle | 2 ++ library/gradle.properties | 3 +++ settings.gradle | 2 +- 4 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 library/gradle.properties diff --git a/README.md b/README.md index 9394609..ea1ef9f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ RecyclerViewHeader -=============== +================== Super fast and easy way to create header for Android `RecyclerView`. -![ ](/RecyclerViewHeader.png) +Let's you create header `View` for any `RecyclerView` that uses `LinearLayoutManager` or `GridLayoutManager` with just a simple method call. +![ ](/RecyclerViewHeader.png) Usage ===== @@ -13,7 +14,7 @@ Basically, there are two ways of using `RecyclerViewHeader`. **Regular approach** (super easy to use, but it uses additional `Layouts` so it's a bit less efficient than the second approach): - 1. Create an xml layout file for your header (the file can contain any type of `View` or `ViewGroup`) + 1. Create an xml layout file for your header (file can contain any type of `View` or `ViewGroup`)