79309725

Date: 2024-12-26 14:45:01
Score: 0.5
Natty:
Report link

You need to call extend() method on ExtendedFloatingActionButton after setting a text to show icon an text.

final ExtendedFloatingActionButton fab = view.findViewById(R.id.fab);
fab.setText("Save");
fab.extend();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anton Klimov