/FlabbyNavigationDrawer

A custom NavigationDrawer for android built out of a ViewPager with a flabby bouncing animation

Primary LanguageJava

Project Status: Active - Initial development has started, temporary release; work hasn't been stopped

FlabbyNavigationDrawer

A Flabby ViewPager as a Navigation Drawer.

Appearance

Demo

Quick Start

Gradle

   dependencies {
        implementation 'com.github.54LiNKeR:FlabbyNavigationDrawer:1.0.0'
    }

XML

           <linkersoft.blackpanther.flabb.FlabbyNavigationDrawer
               android:layout_width="match_parent"
               android:layout_height="match_parent"
               app:size="HALF"
               app:flabbcolor="#40ffffff">

                       <View
                           android:layout_width="match_parent"
                           android:layout_height="match_parent"
                           android:id="@+id/NavigationItems"
                           android:background="#208000ff"/>

           </linkersoft.blackpanther.flabb.FlabbyNavigationDrawer>