I have a TextView
and I want to increase its height on runtime.
I have used android:layout_height="wrap_content"
but it did not gave me the desired result.
I'm using a Relative Layout.
i get text through edittext and i want to set it on textview. when i do this it shows only one line, and when i click on edittext it get expanded and full message is shown.