# ReadableBottomBar **Repository Path**: ouyangpengdev/ReadableBottomBar ## Basic Information - **Project Name**: ReadableBottomBar - **Description**: Yet another material bottom bar library for Android - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2025-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReadableBottomBar Yet another material bottom bar library for Android ## GIF ## Design Credits All design and inspiration credits goes to [Ranjit](https://www.uplabs.com/posts/readable-tab-bar-concept). ## Usage * Create your tabs.xml under your res/xml/ folder ```xml ``` * Add bottom bar to your layout ```xml ``` * Add listener ```kotlin bottomBar.setOnItemSelectListener( object :ReadableBottomBar.ItemSelectListener{ override fun onItemSelected(index: Int) { } }) ``` * Customize if you need ```xml ``` ## Setup ```gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.iammert:ReadableBottomBar:0.1' } ``` License -------- Copyright 2019 Mert Şimşek 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.