]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/app/src/main/res/layout/string_layout.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / app / src / main / res / layout / string_layout.xml
diff --git a/mainActivity/app/src/main/res/layout/string_layout.xml b/mainActivity/app/src/main/res/layout/string_layout.xml
new file mode 100644 (file)
index 0000000..833a712
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent">
+    <HorizontalScrollView
+        android:layout_width="match_parent"
+        android:layout_height="40dp"
+        android:background="@android:color/holo_blue_light"
+        android:fillViewport="true">
+        <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+            xmlns:tools="http://schemas.android.com/tools"
+            android:layout_width="wrap_content"
+            android:id="@+id/literals"
+            android:layout_height="match_parent">
+        </RelativeLayout>
+    </HorizontalScrollView>
+        <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+            xmlns:tools="http://schemas.android.com/tools"
+            android:layout_width="match_parent"
+            android:background="@android:color/holo_orange_light"
+            android:id="@+id/operators"
+            android:layout_height="40dp"
+            tools:context=".MyActivity">
+        </RelativeLayout>
+
+        <HorizontalScrollView
+            android:layout_width="match_parent"
+            android:layout_height="100dp"
+            android:fillViewport="true">
+            <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+                xmlns:tools="http://schemas.android.com/tools"
+                android:layout_width="wrap_content"
+                android:layout_height="100dp"
+                android:id="@+id/formulaLayout"
+                tools:context=".MyActivity">
+            </RelativeLayout>
+        </HorizontalScrollView>
+</LinearLayout>
\ No newline at end of file