I have a Text View (without a Scroll view) Inside of a Frame Layout.
The problem is that the text view shows the Text properly till it reaches the Frame Layouts size limits. What i wish to do is to Reduce the Size of the Fonts in the TextView whenever the FrameLayouts Size is Reached, so that the text can be viewed fully , as currently the text is cut after the Framelayouts size is reached.
Any inputs are welcome.