Skip to content

BinarySatan/SimpleDrawerLayout

Repository files navigation

##SimpleDrawerLayout

This is simple drawerlayout. it support only the left slide.

easy to use

Renderings

Hao to use

Maven

<dependency>
  <groupId>com.binarysatan</groupId>
  <artifactId>simple_drawerlayout</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

Gradle

compile 'com.binarysatan:simple_drawerlayout:1.0.0'

Layout Params

<com.github.binarysatan.SimpleDrawerLayout
       android:id="@+id/drawerLayout"
       android:layout_width="match_parent"
       android:layout_height="match_parent"
       android:layout_below="@id/toolBar"
       app:interspace="40dp">

About

it support only the left slide, easy to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages