Difference between revisions of "Trigger: Floating Button"

m
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
<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.
  
Line 5: Line 5:
  
 
If the button is dragged over the trash can icon, the macro will be deactivated (set by default).
 
If the button is dragged over the trash can icon, the macro will be deactivated (set by default).
 +
</pre>
  
Supported configurations:
+
Please also see '''[https://macrodroidforum.com/wiki/index.php/Action:_Floating_Button_Configure Floating Button Configure action]'''
  
Identifier:
+
'''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.
 
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
  
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.
 
It allows you to use installed application icons, user icons (own images), macrodroid icons, as well as notification and material design.
 +
</pre>
 +
 +
* Set background
  
Set background:
+
<pre border-radius: 10px; padding: 10px;">
 
Use a background color below the icon.
 
Use a background color below the icon.
 +
</pre>
  
Transparent background (checkbox):
+
* Transparent background
 +
 
 +
<pre border-radius: 10px; padding: 10px;">
 
Show the floating button without a background color.
 
Show the floating button without a background color.
 +
</pre>
 +
 +
* Padding
  
Padding:
+
<pre border-radius: 10px; padding: 10px;">
 
Change a larger or smaller icon padding.
 
Change a larger or smaller icon padding.
 +
</pre>
 +
 +
* Opacity
  
Opacity:
+
<pre border-radius: 10px; padding: 10px;">
 
Change the opacity, higher or lower.
 
Change the opacity, higher or lower.
 +
</pre>
  
Normal or Small:
+
* Normal or Small
 +
 
 +
<pre border-radius: 10px; padding: 10px;">
 
Toggling between 2 different sizes of floating button.
 
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
  
Disable macro on remove:
+
<pre border-radius: 10px; padding: 10px;">
This is the default floating button option when you drag the floating button to the trash (it will appear when you start dragging the button) you can also toggle it by just deactivating the trigger (can be re-enabled manually or with the "set floating button action ").
+
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.
  
Force location when enabled:
+
You can use magic text to define the location when enabled (use a numerical variable).
Whenever this box is checked the floating button appears at the specified coordinates otherwise it will appear at the center of the screen.
 
 
</pre>
 
</pre>

Latest revision as of 13:21, 13 June 2024

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 (set by default).

Please also see Floating Button Configure action

Configuration options

  • Identifier
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.
  • Icon
It allows you to use installed application icons, user icons (own images), macrodroid icons, as well as notification and material design.
  • Set background
Use a background color below the icon.
  • Transparent background
Show the floating button without a background color.
  • Padding
Change a larger or smaller icon padding.
  • Opacity
Change the opacity, higher or lower.
  • Normal or Small
Toggling between 2 different sizes of floating button.
  • Disable macro/trigger on remove
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.
  • Force location when enabled
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).