I give below the attributes that I use textView in my application. (Green text in the middle)
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:textSize="20sp" android:textStyle="bold" android:gravity="center_horizontal" android:text="10/9" android:id="@+id/estimate_fertility_date" />
However, there are gaps such as a rough image. I want to set these spaces, because when the App is initialized, it seems awful.
I researched for about 1 hour, and I found several answers, but they do not match the ones I want to get. stack overflow

source share