]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/res/layout/ruledialog.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / res / layout / ruledialog.xml
diff --git a/mainActivity/res/layout/ruledialog.xml b/mainActivity/res/layout/ruledialog.xml
deleted file mode 100755 (executable)
index d2eaea9..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    xmlns:tools="http://schemas.android.com/tools"
-    android:layout_height="fill_parent"
-    android:fillViewport="false"
-    tools:context=".MainActivity">
-
-    <HorizontalScrollView
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:id="@+id/window"
-        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="1dp"
-            android:id="@+id/global"
-            tools:context=".MyActivity">
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_centerHorizontal="true" />
-        </RelativeLayout>
-    </HorizontalScrollView>
-
-</ScrollView>
\ No newline at end of file