A simple way is to insert a \n after each character, and make sure
that the the height is set to fill_parent.
< TextView
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:text="h\ne\nl\nl\no\n w\no\nr\nl\nd" />
Comments
Post a Comment