Skip to content

Instantly share code, notes, and snippets.

View aboutgaurav's full-sized avatar
🎯
Focusing

Gaurav aboutgaurav

🎯
Focusing
View GitHub Profile
@aboutgaurav
aboutgaurav / BottomNavigationViewHelper.java
Created November 4, 2017 17:38
Disable android 'BottomNavigationView' shift mode.
import android.support.design.internal.BottomNavigationItemView;
import android.support.design.internal.BottomNavigationMenuView;
import android.support.design.widget.BottomNavigationView;
import android.util.Log;
import java.lang.reflect.Field;
/**
* Helper class to get rid of "Shift Mode" from BottomNavigationView
*/