oneHamidreza / MeowBottomNavigationJava

Meow Bottom Navigation For Java Projects without androidx
http://etebarian.com
86 stars 32 forks source link

change color not working #14

Open nmthangdn2000 opened 3 years ago

nmthangdn2000 commented 3 years ago

I use functions like:

brittle123 commented 3 years ago

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" />