When text is small then I get this:
But when text is big I get this:
Is it possible that text adjust itself by maybe better using spaces or decreasing little size automatically?
This is my TextView xml:
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="@color/seaGreen"
            android:gravity="center_vertical"
            android:padding="10dp"
            android:textColor="@color/white"
            android:textSize="35sp" />


 
     
     
    