Changes

no edit summary
Line 1: Line 1:  +
<pre style="color: black">
 
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>
 +
 
 +
<pre style="color: Teal">
 +
Supported configurations:
 +
 
 +
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 (checkbox):
 +
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 on remove:
 +
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 ").
 +
 
 +
Force location when enabled:
 +
Whenever this box is checked the floating button appears at the specified coordinates otherwise it will appear at the center of the screen.
 +
</pre>
 +
 
 +
'''Example Usage:'''
 +
<pre style="color: Red">
 +
Floating button
 +
</pre>
 +
<pre style="color: #3498DB">
 +
Voice search.
 +
</pre>
 +
<pre style="color: Green">
 +
Device unlocked
 +
</pre>
 +
 
 +
When you touch the floating button it will start a voice search, only if the phone is unlocked.
editors
1,590

edits