Skip to main content
12 events
when toggle format what by license comment
Oct 18, 2019 at 8:35 comment added dabo248 I've also experienced the "..can only be called from within the same library group.." error. Specifying a custom textAppearance worked for me: stackoverflow.com/a/52322460/4651172
Jul 22, 2019 at 9:14 comment added Yvgen Cannot resolve method 'setShiftingMode(boolean)' UPD: ok. so it's because of android X. but.. BottomNavigationItemView.setShifting can only be called from within the same library group (groupId=com.google.android.material) more... (⌘F1)
Mar 1, 2018 at 15:30 comment added Brandon Haugen For those who find this, here is the issue in the Android Support Library issue tracker for adding this as a feature of the BottomNavigationView : issuetracker.google.com/issues/37125827
Jan 14, 2018 at 5:28 comment added dayanand for release build [if using proguard] add below line to proguard rules -keep class android.support.design.internal.BottomNavigationMenuView { *;}
Nov 20, 2017 at 13:12 comment added midhunhk @SureshParmar, looks like with the latest version of Design Library, this is not working. Any idea if they moved the disable shift mode to the public API?
Nov 7, 2017 at 18:37 comment added Suresh Parmar I am getting below error. BottomNavigationItemView.setShiftingMode can only be called from within the same library group (groupId=com.android.support)
Oct 19, 2017 at 11:28 comment added Mr.G how can i disable animation which happens when click on item. basically its a animation thats assign a bottom padding to the icon
Oct 6, 2017 at 17:49 comment added pamobo0609 I don't know why this doesn't work in my app :( I've been struggling for hours now
May 23, 2017 at 12:10 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Apr 27, 2017 at 5:51 comment added Rucha Bhatt Joshi hello, thank you for this quetion and ans too, this is working perfect but i'm still struggling with color of icons, my by default icons are black but it shows light black and when i click the icon it colors turns to white.. how to resolve?
Jan 17, 2017 at 10:59 vote accept Nabeel K
Jan 17, 2017 at 6:34 history answered Nabeel K CC BY-SA 3.0