##SimpleDrawerLayout
This is simple drawerlayout. it support only the left slide.
easy to use
<dependency>
<groupId>com.binarysatan</groupId>
<artifactId>simple_drawerlayout</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
compile 'com.binarysatan:simple_drawerlayout:1.0.0'
<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">