问题
Is there a list of button icons that can be used in App Maker? E.g. when you set the HTML text field of a button to 'Edit' and choose 'Icon' as button style, App Maker conveniently provides me an icon with a pencil on it.
Right now I'm looking for a dropdown arrow icon, but a list of icons would be so useful to make my UIs more clean.
回答1:
App Maker uses material font:
https://material.io/icons/
回答2:
So it took me some time re-reading the comments and trying to understand how to do it. This is for future readers:
- Go to https://material.io/icons/ and in the search bar on left, type the icon you are looking for. e.g. I am looking for left arrow.
- Scroll the page down, and hover over the icon you are looking for and check the exact name of the icon. Copy it.
- On your page/page fragment/popup, click on Widgets icon on top left.
- Type button, and drag Button on your page (or fragment or popup).
- On top left, right beside the Widgets icon, click the drop down and select "Icon".
- Ensure your icon is selected on your page. In the property editor on the right,paste the exact name of the icon e.g. "keyboard_arrow_left".
- The button will update with the icon of your choice.
Hope it helps.
来源:https://stackoverflow.com/questions/44903106/where-can-i-find-all-app-maker-button-icons