You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
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);
The text was updated successfully, but these errors were encountered: