]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/app/build/intermediates/res/merged/debug/layout/ruledialog.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / app / build / intermediates / res / merged / debug / layout / ruledialog.xml
diff --git a/mainActivity/app/build/intermediates/res/merged/debug/layout/ruledialog.xml b/mainActivity/app/build/intermediates/res/merged/debug/layout/ruledialog.xml
new file mode 100644 (file)
index 0000000..f5bfe35
--- /dev/null
@@ -0,0 +1,28 @@
+<?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><!-- From: file:/home/claudio/tesi_applet/logicplayer/mainActivity/app/src/main/res/layout/ruledialog.xml -->
\ No newline at end of file