Material-BottomNavigation icon indicating copy to clipboard operation
Material-BottomNavigation copied to clipboard

Preserve interface param labels on release

Open kassim opened this issue 7 years ago • 0 comments

    public interface OnMenuItemSelectionListener {
        void onMenuItemSelect(@IdRes int var1, int var2, boolean var3);

        void onMenuItemReselect(@IdRes int var1, int var2, boolean var3);
    }

is kinda hard to use without digging into the source, I'd advise configuring Proguard to ignore them

in fact, I'm not sure what Proguard would be needed on the library package at all considering it's open source

I'm using 'it.sephiroth.android.library.bottomnavigation:bottom-navigation:2.0.1-rc1'

kassim avatar Dec 19 '16 14:12 kassim