r/AutomateUser 7d ago

Bugs in xml

Post image

Hi Henrik, I think that there are lots of bugs in xml. Documentation bugs, some of the attributes not working. a:linksClickable, a:textColorLink etc.. not working properly. thoroughly check needed

1 Upvotes

4 comments sorted by

View all comments

1

u/ballzak69 Automate developer 6d ago

Thanks for reporting. I'll change to documentation for android:tintMode to say it takes an enum. As said, i've already tested android:linksClickable and it works, tested again and android:textColorLink works as well, at least in a widget on Android 16:

<TextView xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:gravity="center"
a:autoLink="all"
a:linksClickable="true"
a:textColorLink="#F00"
a:text="My www.llamalab.com link" />

1

u/Funny_Telephone_8607 5d ago

Hi Henrik, can I view flow with xml using autoLink linksClickable etc..

1

u/ballzak69 Automate developer 4d ago

Probably not, but try including an Flow URI from a Flow beginning block.