]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/res/layout-land/download.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / res / layout-land / download.xml
diff --git a/mainActivity/res/layout-land/download.xml b/mainActivity/res/layout-land/download.xml
deleted file mode 100755 (executable)
index 73858f8..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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>
\ No newline at end of file