Difference between revisions of "Trigger: Quick Settings tile"

m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
===<p><b>About</b></p>===
 +
 
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
The quick settings tile trigger allows you to invoke a macro by long pressing or short pressing a quick tile found in your quick settings shade.  
 
The quick settings tile trigger allows you to invoke a macro by long pressing or short pressing a quick tile found in your quick settings shade.  
  
Line 5: Line 7:
 
</pre>
 
</pre>
  
'''Example Usage'''<br/>
+
==<p><b>How to add a quick tile</b></p>==
  
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
+
On the home screen in the "Quick Settings Tiles" tile<br>
Triggers
+
You can configure up to 16 tiles<br>
 +
'''''Each mosaic can be configured as follows.'''''
 +
* '' Icon: ''
 +
* '' Title: Tells you what the tile does.''
 +
* '' Subtitle:'' ''Provides additional context (if needed). ''
 +
Two modes:
 +
* '' Toggle: Switch functions on/off with a tap.''
 +
* '' Button: Access a specific action with a quick tap.''
 +
<br>
 +
Notification Bar
  
 +
* '' Collapse Notification Bar (Default): Selecting this option will collapse the notification bar and return it to its normal state.''
  
</pre><br>
+
''See also: [https://macrodroidforum.com/wiki/index.php/Action:_Configure_Quick_Tile Action: Configure Quick Tile]. | [https://macrodroidforum.com/wiki/index.php?title=Constraint:_Quick_tile_state Constraint: Configure Quick Tile].''
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
  
 +
==<p><b>Supported configurations</b></p>==
  
</pre><br>
+
* '' Toggle On/Button Press ''
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Constrains
+
Activated when the button goes into an activated state.
 
+
</pre>
 
+
* '' Toggle Off ''
</pre><br>
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
+
Activated when the button goes to a deactivated state.
Local variables
+
</pre>
 
+
* '' Long Press ''
 
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
</pre><br>
+
It is activated when you make a long click.
 +
</pre>

Latest revision as of 21:39, 25 January 2024

About

The quick settings tile trigger allows you to invoke a macro by long pressing or short pressing a quick tile found in your quick settings shade. 

To access, bring down the notification shade with two fingers to show your quick tiles. Now you should see a pencil icon, click the pencil. Now you can drag and drop the custom quick tiles into place.

How to add a quick tile

On the home screen in the "Quick Settings Tiles" tile
You can configure up to 16 tiles
Each mosaic can be configured as follows.

  • Icon:
  • Title: Tells you what the tile does.
  • Subtitle: Provides additional context (if needed).

Two modes:

  • Toggle: Switch functions on/off with a tap.
  • Button: Access a specific action with a quick tap.


Notification Bar

  • Collapse Notification Bar (Default): Selecting this option will collapse the notification bar and return it to its normal state.

See also: Action: Configure Quick Tile. | Constraint: Configure Quick Tile.

Supported configurations

  • Toggle On/Button Press
Activated when the button goes into an activated state.
  • Toggle Off
Activated when the button goes to a deactivated state.
  • Long Press
It is activated when you make a long click.