android - Have Textview text fill the screen? -
i have activity receives string. string used populate textview. need text fill entire textview, set fixed size. depending on amount of text entered, text should resize maximum size still allow text visible in textview.
add snip code in layout
:
android:layout_width="fill_parent" android:layout_height="fill_parent"
Comments
Post a Comment