give space between text and underline with customview android
问题 I want an underline below OPTING like below, but when i create this will the help of customview, underline appears just below opting but i want some space between text and line like image I had created a Custom view, in which a word will searched in a string if that is found, then that corresponding text will be underlined but the only thing i want is to give some space between underline and text, My class is as follows, import android.content.Context; import android.content.res.TypedArray;