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
drawable is part of the TextView, so the textview's height will be the drawable's height if your text's height is smaller than drawable's height.
You can set TextView's gravity attribute to center_vertical, so the text will be in the center.