]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/res/layout/string_layout.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / res / layout / string_layout.xml
diff --git a/mainActivity/res/layout/string_layout.xml b/mainActivity/res/layout/string_layout.xml
deleted file mode 100755 (executable)
index 833a712..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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