Skip to content

chetankoli1/BottomNavigation

Repository files navigation

BottomNavigation

Download

build.gradle (project path)

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {  
 implementation 'com.github.chetankoli1.BottomNavigation:chetanbottomnavigation:0.0.3'
 }  

Customization

  <com.sagarkoli.chetanbottomnavigation.chetanBottomNavigation
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        app:sk_circleColor="#ffffff"
        app:sk_backgroundBottomColor="#ffffff"
        app:sk_countBackgroundColor="#ff6f00"
        app:sk_countTextColor="#ffffff"
        app:sk_countTypeface="fonts/SourceSansPro-Regular.ttf"
        app:sk_defaultIconColor="#90a4ae"
        app:sk_rippleColor="#2f424242"
        app:sk_selectedIconColor="#3c415e"
        app:sk_shadowColor="#1f212121">
    </com.sagarkoli.chetanbottomnavigation.chetanBottomNavigation>

#YouTube : How to create Full Gaeid this library