aurelhubert / ahbottomnavigation

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

Drawable as Background of bottom navigation? #393

Open uwaisalam opened 5 years ago

uwaisalam commented 5 years ago

Hi! I want to set a drawable as background of navigation bottom. any workaround? what i am trying to do is:

ahhbottom.setBackground(R.drawable.background)

thansk!

AnEnigmaticBug commented 5 years ago

Try using void setDefaultBackgroundResource(Int resourceId);