Android
- 9 ответов
- 0 вопросов
6
Вклад в тег
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/w"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true" >
<RelativeLayout
android:id="@+id/RelativeLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
</RelativeLayout>
</ScrollView>