Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Iconics #11

Closed
AlexLionne opened this issue Mar 17, 2016 · 2 comments
Closed

Android Iconics #11

AlexLionne opened this issue Mar 17, 2016 · 2 comments
Labels

Comments

@AlexLionne
Copy link

I'm using your BottomBar with another good lib to generate icons : Android Iconics. Its implementation is so easy, you can maybe refer a link into the readme for people who want ? Or don't knoa about that lib ?
https://github.com/mikepenz/Android-Iconics
quick showcase :

bottomBar = BottomBar.attach(view, savedInstanceState);
        bottomBar.setFragmentItems(getActivity().getSupportFragmentManager(), R.id.container,
                        new BottomBarFragment(new LatestKitFragment(), new IconicsDrawable(getActivity(), CommunityMaterial.Icon.cmd_trending_up).sizeDp(18), "Trending"),
                        new BottomBarFragment(new LatestKitFragment(), new IconicsDrawable(getActivity(), CommunityMaterial.Icon.cmd_newspaper).sizeDp(18), "Latest"),
                        new BottomBarFragment(new LatestKitFragment(), new IconicsDrawable(getActivity(), CommunityMaterial.Icon.cmd_tag_faces).sizeDp(18), "All")
        );
@PareshMayani
Copy link

Reference URL is pasted wrong for the given link https://github.com/mikepenz/Android-Iconics

@roughike
Copy link
Owner

Iconics is awesome, but it is not related to this library itself. I think most Iconics users already know how to use them properly.

The Readme is already cluttered as is (and there's more content to come!), so I'm not adding a link to Iconics right now.

Thanks for the suggestion though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants