aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.83k stars 682 forks source link

Navigation item layouts for >= SDK 21 now use item_background drawabl… #354

Closed GlennPorter closed 5 years ago

GlennPorter commented 6 years ago

…e for background.

Hello :)

I've changed the background for the SDK 21+ layouts to use the project's item_background drawable rather than the platform selectableItemBackgroundBorderless. This is to fix an issue where when selected, the background colour would not change. I could reproduce this in the demo project as well as my own.

Thanks!