]> matita.cs.unibo.it Git - logicplayer.git/blob - mainActivity/res/layout/string_layout.xml
JOURNAL updated
[logicplayer.git] / mainActivity / res / layout / string_layout.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     <HorizontalScrollView
8         android:layout_width="match_parent"
9         android:layout_height="40dp"
10         android:background="@android:color/holo_blue_light"
11         android:fillViewport="true">
12         <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
13             xmlns:tools="http://schemas.android.com/tools"
14             android:layout_width="wrap_content"
15             android:id="@+id/literals"
16             android:layout_height="match_parent">
17         </RelativeLayout>
18     </HorizontalScrollView>
19         <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
20             xmlns:tools="http://schemas.android.com/tools"
21             android:layout_width="match_parent"
22             android:background="@android:color/holo_orange_light"
23             android:id="@+id/operators"
24             android:layout_height="40dp"
25             tools:context=".MyActivity">
26         </RelativeLayout>
27
28         <HorizontalScrollView
29             android:layout_width="match_parent"
30             android:layout_height="100dp"
31             android:fillViewport="true">
32             <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
33                 xmlns:tools="http://schemas.android.com/tools"
34                 android:layout_width="wrap_content"
35                 android:layout_height="100dp"
36                 android:id="@+id/formulaLayout"
37                 tools:context=".MyActivity">
38             </RelativeLayout>
39         </HorizontalScrollView>
40 </LinearLayout>