]> matita.cs.unibo.it Git - logicplayer.git/blob - mainActivity/res/layout/ruledialog.xml
JOURNAL updated
[logicplayer.git] / mainActivity / res / layout / ruledialog.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="match_parent"
5     xmlns:tools="http://schemas.android.com/tools"
6     android:layout_height="fill_parent"
7     android:fillViewport="false"
8     tools:context=".MainActivity">
9
10     <HorizontalScrollView
11         android:layout_width="match_parent"
12         android:layout_height="match_parent"
13         android:id="@+id/window"
14         android:fillViewport="true">
15         <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
16             xmlns:tools="http://schemas.android.com/tools"
17             android:layout_width="wrap_content"
18             android:layout_height="1dp"
19             android:id="@+id/global"
20             tools:context=".MyActivity">
21             <TextView
22                 android:layout_width="wrap_content"
23                 android:layout_height="wrap_content"
24                 android:layout_centerHorizontal="true" />
25         </RelativeLayout>
26     </HorizontalScrollView>
27
28 </ScrollView>