https://github.com/tommybuonomo/morph-bottom-navigation
  
  
    This library represents a Bottom Navigation with an awesome morph effect on top of the selected item 
    https://github.com/tommybuonomo/morph-bottom-navigation
  
android bottomnavigation bottomnavigationbar bottomnavigationlibrary bottomnavigationview library materialcomponents materialdesign morphing-animations
        Last synced: 7 months ago 
        JSON representation
    
This library represents a Bottom Navigation with an awesome morph effect on top of the selected item
- Host: GitHub
 - URL: https://github.com/tommybuonomo/morph-bottom-navigation
 - Owner: tommybuonomo
 - License: apache-2.0
 - Created: 2018-06-10T22:35:59.000Z (over 7 years ago)
 - Default Branch: master
 - Last Pushed: 2021-02-20T09:59:36.000Z (over 4 years ago)
 - Last Synced: 2025-04-13T05:07:50.427Z (7 months ago)
 - Topics: android, bottomnavigation, bottomnavigationbar, bottomnavigationlibrary, bottomnavigationview, library, materialcomponents, materialdesign, morphing-animations
 - Language: Kotlin
 - Homepage:
 - Size: 167 KB
 - Stars: 1,016
 - Watchers: 16
 - Forks: 102
 - Open Issues: 19
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-kotlin - morph-bottom-navigation - This library represents a Bottom Navigation with an awesome morph effect on top of the selected item (Libraries)
 - awesome-list - morph-bottom-navigation
 
README
          # Morph Bottom Navigation  
[  ](https://bintray.com/tbuonomo/maven/morph-bottom-navigation/_latestVersion)
This library represents a Bottom Navigation with an awesome morph effect on top of the selected item.

Don't forget to star the project if you like it! 

 == 
 
 And feel free to submit issues and enhancement requests !
 
 


## How to
#### Gradle
```Gradle
dependencies {
    implementation 'com.tbuonomo:morph-bottom-navigation:1.0.1'
}
```
#### Usage
`MorphBottomNavigationView` extends the `BottomNavigationView` from the official [Google Material Component repository](https://github.com/material-components/material-components-android), so you can use it as described on the [Android Developers documentation](https://developer.android.com/reference/com/google/android/material/bottomnavigation/BottomNavigationView)
#### In your XML layout
```Xml
```
#### Custom Attributes
| Attribute | Description |
| --- | --- |
| `backgroundTint` | Color of the bottom navigation background |
| `morphCornerRadius` | Radius in dp of the morph corners (by default 128dp) |
| `morphItemRadius` | Radius in dp of the morph item circle shape (by default 64dp) |
| `morphVerticalOffset` | The vertical offset of the morph shape above the bottom navigation (by default 8dp) |
## License
    Copyright 2018 Tommy Buonomo
    
    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.