Karamunting.Android.JustKiddingBaby.RollingLayout

A view that can rolling automatic within child views list.


Keywords
xamarin, xamarin-android, android, android-library, layout, rolling
Install
Install-Package Karamunting.Android.JustKiddingBaby.RollingLayout -Version 1.0.1

Documentation

RollingLayout

Introduction

A view that can rolling automatic within child views list.
一个可以让自己子视图滚动起来的控件(仿[淘宝头条])。(中文版入口)
Platform SDK

Version

name SlideMenuLayout
latest Download

Configure

Maven

<dependency>
  <groupId>com.justkiddingbaby</groupId>
  <artifactId>rollinglayout</artifactId>
  <version>the latest version</version>
  <type>pom</type>
</dependency>

JCenter

First. add to project build.gradle

repositories {
    jcenter()
}

Second. add to module build.gradle

compile 'com.justkiddingbaby:rollinglayout:the latest version'