]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/app/build/intermediates/res/merged/debug/layout-land/download.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / app / build / intermediates / res / merged / debug / layout-land / download.xml
diff --git a/mainActivity/app/build/intermediates/res/merged/debug/layout-land/download.xml b/mainActivity/app/build/intermediates/res/merged/debug/layout-land/download.xml
new file mode 100644 (file)
index 0000000..715bb8b
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:id="@+id/dlglobal">
+
+    <Button
+        style="?android:attr/buttonStyleSmall"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:text="aggiorna"
+        android:paddingRight="10dp"
+        android:layout_marginRight="10dp"
+        android:id="@+id/aggiorna" />
+
+    <Button
+        style="?android:attr/buttonStyleSmall"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:text="logout"
+        android:id="@+id/logout"
+        android:layout_alignParentTop="true"
+        android:layout_toRightOf="@+id/aggiorna"
+        android:layout_toEndOf="@+id/aggiorna" />
+
+    <TextView
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:id="@+id/startEs"
+        android:text="Lista degli Esercizi:"
+        android:textSize="30sp"
+        android:layout_below="@+id/aggiorna"
+        android:layout_alignParentLeft="true"
+        android:layout_alignParentStart="true" />
+
+</RelativeLayout><!-- From: file:/home/claudio/tesi_applet/logicplayer/mainActivity/app/src/main/res/layout-land/download.xml -->
\ No newline at end of file