change color not working
I use functions like: - setBackgroundBottomColor(R.color.red) - setSelectedIconColor(R.color.green) - ... I can't change the color my way everyone, please help me
This is working perfectly for me.
<com.etebarian.meowbottomnavigation.MeowBottomNavigation android:id="@+id/bottomNavigation" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" app:mbn_circleColor="@color/pink" app:mbn_backgroundBottomColor="@color/pink" app:mbn_countBackgroundColor="#ff6f00" app:mbn_countTextColor="#ffffff" app:mbn_defaultIconColor="#fff" app:mbn_rippleColor="#2f424242" app:mbn_selectedIconColor="#ffffff" app:mbn_shadowColor="#1f212121" />