Modify + button

Is it possible to edit or restyle the built-in “+” button on a collection/list screen in Glide

I have a screen that looks like this in my app.

Many of my users are confused by the + button. It is there to “add a new order” so I would like to label it something like “Add New” or “New Order” to indicate more explicitly what it is intended for. Is this possible? Thanks

For mobile devices, I would remove the Add option from the collection and instead add a button to the screen to open a form or open a new screen with a custom form or form container.

2 Likes

Step by step:

  • Go to the Collection Actions settings
  • Toggle all default actions off
  • Enable Advanced Actions
  • Add a Title Bar action
  • Configure this to use a “Show Form Screen” action

This should give you a regular button style.

2 Likes

Alternatively:

  • Go to the Collection Actions settings
  • Enable Advanced Actions
  • Rename the Title Bar action (which by default should be a Show Form Screen action) to anything but the word “Add”
1 Like