android:textColorLink - Set the Color of Link Text (URLs) in a TextView/EditText

How to Set the Color of Link Text (URLs) in a TextView/EditText

added in API Level 1

Color of link text (URLs)

1. Create an Android project, if you don't already have one.

2. Add Clickable URL link.

3. Open the layout, main.xml and add the following highlighted code.
Highlighted color will be red.

<EditText
     ....
     android:textColorLink="#FF0000"
/>