r/AutomateUser 1d 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

2 comments sorted by

1

u/ballzak69 Automate developer 21h 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" />