I have lot of items on the screen, and I need to use Scrollbar so the user can go down, But the scroll is not visible, How is posssible to addd scrollbar to a liniearlayout?
|
feedback
|
|
Wrap the linear layout with a | |||
|
feedback
|
| |||
|
feedback
|
|
You can add an atrribute in linearLayout: android:scrollbars="vertical" | |||
|
feedback
|