Maybe this will help you
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="0dip" android:layout_margin="0dip" android:background="@android:color/transparent" />
Edit: Try two attributes:
android:maxWidth="...dip" android:maxHeight="...dip"
source share