Android Question No Borderless Button Icon

Peter Simpson

Expert
Licensed User
Longtime User
If that's all you are after, then just do the following, no libraries necessary.
  1. Go into the designer.
  2. Add a label.
  3. Select typeface Material Icons.
  4. Find an icon to suit (like Android in your example).
  5. Click on the icon to copy it to the clipboard.
  6. Paste the icon in the designer where it say 'Material Icon'.
  7. Create a click even in your activity for the label.
There you have it, a borderless label that acts like a button and looks exactly like what you are after.

Enjoy...
 
Last edited:
Upvote 0
Top