]> matita.cs.unibo.it Git - logicplayer.git/blob - mainActivity/res/layout/activity_my.xml
8dd0ae8896106ae2ebb34f420d8ded71a09dd904
[logicplayer.git] / mainActivity / res / layout / activity_my.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
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">
14     </RelativeLayout>
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">
22
23         <HorizontalScrollView
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">
34                 <TextView
35                     android:layout_width="wrap_content"
36                     android:layout_height="wrap_content"
37                     android:layout_centerHorizontal="true" />
38             </RelativeLayout>
39         </HorizontalScrollView>
40     </ScrollView>
41 </LinearLayout>