Android: How to make current layout with scrollable text view?
Posted
by Solata
on Stack Overflow
See other posts from Stack Overflow
or by Solata
Published on 2010-04-12T11:51:54Z
Indexed on
2010/04/12
12:33 UTC
Read the original article
Hit count: 346
I tried multiple solution but none seem to work. Layout:
--------------------
|btn1| txt1 |btn2|
--------------------
| |
| |
| |
| txtview1 |
| |
| |
| |
--------------------
btn1 - top left aligned - decrease txt1
btn2 - top right aligned - increase txt1
txt1 - top center aligned - text/number entered with code
textview1 - client aligned with vertical scrollbar, if needed - text entered with code
© Stack Overflow or respective owner