In my app I have a header bar which consists of a single textview with fill_parent as width, which have a specific background color and some centered text. Now I want to add a d
You can set the parent of the TextView as a RelativeLayout whose width is match_parent.