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

this.bmb.setButtonEnum(ButtonEnum.Ham); #231

Open
sairamya1804 opened this issue Aug 7, 2019 · 0 comments
Open

this.bmb.setButtonEnum(ButtonEnum.Ham); #231

sairamya1804 opened this issue Aug 7, 2019 · 0 comments

Comments

@sairamya1804
Copy link

this.bmb.setButtonEnum(ButtonEnum.Ham);

Builder newBuilder1 = new Builder();

Builder newBuilder2 = new Builder();

Builder newBuilder3 = new Builder();

Builder newBuilder4 = new Builder();

Builder newBuilder5 = new Builder();

Builder newBuilder6 = new Builder();

((Builder) newBuilder1.normalImageRes(R.drawable.ic_action_color)).normalText("Normal");

this.bmb.addBuilder(newBuilder1);

((Builder) newBuilder2.normalImageRes(R.drawable.ic_action_color)).normalText("Grey");

this.bmb.addBuilder(newBuilder2);

((Builder) newBuilder3.normalImageRes(R.drawable.ic_action_color)).normalText("Inverted");

this.bmb.addBuilder(newBuilder3);

((Builder) newBuilder4.normalImageRes(R.drawable.ic_action_color)).normalText("Black and White");

this.bmb.addBuilder(newBuilder4);

((Builder) newBuilder5.normalImageRes(R.drawable.ic_action_color)).normalText("Theme Colors");

this.bmb.addBuilder(newBuilder5);

((Builder) newBuilder6.normalImageRes(R.drawable.ic_action_color)).normalText("Dim Colors");

this.bmb.addBuilder(newBuilder6);

Originally posted by @smoochiee in #170 (comment)

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

No branches or pull requests

1 participant