Line 37:
Line 37:
* ''''' Exclude view ids without text '''''
* ''''' Exclude view ids without text '''''
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
−
All the obtained will be saved including empty values.
+
All the obtained will be saved excluding values without any text content.
</pre><br>
</pre><br>
Line 43:
Line 43:
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
−
Only an ID containing a defined value is obtained.
+
All views will be obtained regardless of containing any text or not.
e.g.
e.g.
−
An ID that will not be included:
+
An ID for a view that has no text:
Key = android: id/content
Key = android: id/content
Value =
Value =
−
A valid ID that will be included:
+
An ID for a view with text content:
Key = com.arlosoft.macrodroid:id/title
Key = com.arlosoft.macrodroid:id/title
Value = Add macro
Value = Add macro
</pre><br>
</pre><br>
−
=== Overlay ===
=== Overlay ===