Skip to content

Instantly share code, notes, and snippets.

@borichellow
borichellow / BottomNavigationViewExtended.java
Last active July 2, 2017 14:46
extension for BottomNavigationView from Design Support Library
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.BottomNavigationView;
import android.util.AttributeSet;
import android.view.MenuItem;
import javax.annotation.Nonnull;