Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

setLabelText is not working!!! #456

Open
kotran88 opened this issue Aug 23, 2018 · 0 comments
Open

setLabelText is not working!!! #456

kotran88 opened this issue Aug 23, 2018 · 0 comments

Comments

@kotran88
Copy link

kotran88 commented Aug 23, 2018

image clicked

as above,
even though I set Text on floatingactionbutton, text is not shown,

my code is as belows. I don't think code is problem because I get it from example code in here.

ContextThemeWrapper context = new ContextThemeWrapper(ccontext, R.style.MenuButtonsStyle);
FloatingActionButton programFab2 = new FloatingActionButton(context);
programFab2.setLabelText("Programmatically added button");
programFab2.setImageResource(R.drawable.addicon);

                               ` actionMenu.addMenuButton(programFab2);`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant