LuseenBottomNavigation icon indicating copy to clipboard operation
LuseenBottomNavigation copied to clipboard

BottomNavigationView Designed according Google guideLine

Results 15 LuseenBottomNavigation issues
Sort by recently updated
recently updated
newest added

Hello, How to make this navigation bar compatible with API level 17

Hi, When I set the drawable via setImageResourceActive() method, the initial drawable resource not shown for first time opened app. after select /unselect the drawable changing working. did i miss...

https://github.com/armcha/LuseenBottomNavigation/blob/c90533e04be5faa75ceb028225a3d43da283d12a/BottomNavigationViewLibrary/src/main/java/com/luseen/luseenbottomnavigation/BottomNavigation/BottomNavigationView.java#L236 Code of this line should be changed as below: ``` icon.setImageResource(bottomNavigationItems.get(i).getImageResource()); ```

it works well on Android 5.0 but failed on Android 4.2(un show)。i don't know why,could anyone give me a hand ,thanks very much!

Hello, tank you. i import your lib. and gradle is ready. but in my layout have problem ---- ``` ``` Error show in Android Studio : ``` java.lang.IndexOutOfBoundsException: Position must...

How can I change background of the selected item in order to make it look like this: ![screen shot 2017-03-15 at 17 55 45](https://cloud.githubusercontent.com/assets/8579320/23968151/582a1380-09ca-11e7-8cf3-e2e5af4e45b4.JPG) I tried to do i this...

What about add badge to navigation bottom item?

it would be great to set a badge number on each tab

The shadow has too much height.

Can i select none of items on bottom bar ? or how can i provide multiple click on same item ? Thanks for thew library and help.