TextView with autoLink=“web” inside ListView has animation issue
I have a ListView. There is a TextView for each list row. For the TextView, I have set the following properties in the xml file: android:autoLink="web" android:focusable="false" android:focusableInTouchMode="false" Also, for the parent layout of the list row, I have set: android:descendantFocusability="blocksDescendants" The three focus-related properties were set after going through several SO answers for the problem in which the TextView used to become un-clickable if it contained a link (e.g., www.example.com). Now the clicks are all registered properly. However, the problem now is the