Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

naz013/smooth-bottom-bar

Repository files navigation

BottomNavigationView

Simple bottom navigation view library for Android (Kotlin, AndroidX, Spring Animation)

Design by Alejandro: Dribble

Screenshot

Screenshot

Sample APP

Download

Google Play

Download

Download latest version with Gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.naz013:smooth-bottom-bar:1.0.2'
    implementation "androidx.dynamicanimation:dynamicanimation:1.0.0"
}

Usage

Default (Material colors picker):

<com.github.naz013.smoothbottombar.SmoothBottomBar
        android:id="@+id/bottomBar"
        android:layout_width="match_parent"
        android:layout_height="72dp"
        android:layout_marginTop="16dp"
        app:bar_selectorColor="#80ffffff"
        app:bar_textColor="#ffffff"
        app:bar_background="#d67388" />

License

Copyright 2019 Nazar Suhovich

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.