Difference between revisions of "Action: Set Button Bar Image"

(Created page with "This action can be used to change the image of a button within the MacroDroid notification button bar. Each instance of the action can used to modify a single button bar imag...")
 
Line 1: Line 1:
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This action can be used to change the image of a button within the MacroDroid notification button bar.
 
This action can be used to change the image of a button within the MacroDroid notification button bar.
  
Line 4: Line 5:
  
 
This action is useful if you want to represent a button as a toggle and have more than one state depending on the state of the toggle. You could also use a series of these action to change the entire bar state if you wanted to support different appearance of the entire button bar based on some context.
 
This action is useful if you want to represent a button as a toggle and have more than one state depending on the state of the toggle. You could also use a series of these action to change the entire bar state if you wanted to support different appearance of the entire button bar based on some context.
 +
</pre>

Revision as of 18:08, 29 January 2024

This action can be used to change the image of a button within the MacroDroid notification button bar.

Each instance of the action can used to modify a single button bar image specified as the button number from 1-7. 

This action is useful if you want to represent a button as a toggle and have more than one state depending on the state of the toggle. You could also use a series of these action to change the entire bar state if you wanted to support different appearance of the entire button bar based on some context.