Line 1: |
Line 1: |
| + | <pre class="header-style"> |
| This trigger will display a floating button on the screen that can be clicked to activate a macro. | | This trigger will display a floating button on the screen that can be clicked to activate a macro. |
| | | |
− | To show and hide the button, the macro must be activated or deactivated accordingly. If the button is dragged over the trash can icon, the macro will be deactivated. | + | To show and hide the button, the macro must be activated or deactivated accordingly. |
| | | |
− | '''Example Usage'''<br/> | + | If the button is dragged over the trash can icon, the macro will be deactivated (set by default). |
− | Floating button pressed > voice search.
| + | </pre> |
| + | |
| + | Please also see '''[https://macrodroidforum.com/wiki/index.php/Action:_Floating_Button_Configure Floating Button Configure action]''' |
| + | |
| + | '''Configuration options''' |
| + | |
| + | * Identifier |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | It is an id that will serve you later when you use the "Configure floating button" action to identify the button that will be configured in the same macro or another macro. |
| + | </pre> |
| + | |
| + | * Icon |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | It allows you to use installed application icons, user icons (own images), macrodroid icons, as well as notification and material design. |
| + | </pre> |
| + | |
| + | * Set background |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | Use a background color below the icon. |
| + | </pre> |
| + | |
| + | * Transparent background |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | Show the floating button without a background color. |
| + | </pre> |
| + | |
| + | * Padding |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | Change a larger or smaller icon padding. |
| + | </pre> |
| + | |
| + | * Opacity |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | Change the opacity, higher or lower. |
| + | </pre> |
| + | |
| + | * Normal or Small |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | Toggling between 2 different sizes of floating button. |
| + | </pre> |
| + | |
| + | * Disable macro/trigger on remove |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | This allows you to define the desired behaviour when you drag the floating button to the recycle bin |
| + | (it will appear when you start dragging the button). |
| + | |
| + | By default the entire macro will be disabled when dragging to the bin, but you can change the option to disable only the trigger if preferred. |
| + | </pre> |
| + | |
| + | * Force location when enabled |
| + | |
| + | <pre border-radius: 10px; padding: 10px;"> |
| + | Whenever this box is checked the floating button will appear at the specified coordinates, otherwise it will appear at it's previous location when it was last hidden/removed. |
| + | |
| + | You can use magic text to define the location when enabled (use a numerical variable). |
| + | </pre> |