Maybe this 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 this two attributes:
android:maxWidth="...dip"
android:maxHeight="...dip"