XML Sample – url underline-ish using drawable
Here is simple snippet for making imitation of underline for textview. To use it - just set it as a textview's background. <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:background="#EDF5F5"> <item…