Difference between revisions of "Trigger: Quick Settings tile"

m
 
(3 intermediate revisions by the same user 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.  
  
 
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.
 
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.
 
</pre>
 
</pre>
<br>
 
'''Example Usage'''<br/>
 
  
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
+
==<p><b>How to add a quick tile</b></p>==
Triggers
 
  
 +
On the home screen in the "Quick Settings Tiles" tile<br>
 +
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
  
</pre><br>
+
* '' Collapse Notification Bar (Default): Selecting this option will collapse the notification bar and return it to its normal state.''
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
  
 +
''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><br>
+
==<p><b>Supported configurations</b></p>==
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
  
 
+
* '' Toggle On/Button Press ''
</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 into an activated state.
Local variables
+
</pre>
 
+
* '' Toggle Off ''
 
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
</pre><br>
+
Activated when the button goes to a deactivated state.
 +
</pre>
 +
* '' Long Press ''
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
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.