1 <?xml version="1.0" encoding="utf-8"?>
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="vertical"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent">
7 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
8 xmlns:tools="http://schemas.android.com/tools"
9 android:layout_width="match_parent"
10 android:background="@android:color/holo_blue_light"
11 android:id="@+id/hpscroll"
12 android:layout_height="wrap_content"
13 tools:context=".MyActivity">
15 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
16 android:layout_width="match_parent"
17 android:id="@+id/vscroll"
18 xmlns:tools="http://schemas.android.com/tools"
19 android:layout_height="fill_parent"
20 android:fillViewport="false"
21 tools:context=".MainActivity">
24 android:layout_width="match_parent"
25 android:layout_height="match_parent"
26 android:id="@+id/window"
27 android:fillViewport="true">
28 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
29 xmlns:tools="http://schemas.android.com/tools"
30 android:layout_width="wrap_content"
31 android:layout_height="7000dp"
32 android:id="@+id/global"
33 tools:context=".MyActivity">
35 android:layout_width="wrap_content"
36 android:layout_height="wrap_content"
37 android:layout_centerHorizontal="true" />
39 </HorizontalScrollView>