how do i make my android app scrollable 3f

Solutions on MaxInterview for how do i make my android app scrollable 3f by the best coders in the world

showing results for - "how do i make my android app scrollable 3f"
Jannik
04 Jan 2017
1<?xml version="1.0" encoding="utf-8"?>
2<ScrollView ...>
3
4    <LinearLayout ...>
5
6        ...
7        ...
8
9    </LinearLayout>
10
11</ScrollView>