]> matita.cs.unibo.it Git - logicplayer.git/blobdiff - mainActivity/res/layout/aggiornamento.xml
Ported to latest version of Android SDK
[logicplayer.git] / mainActivity / res / layout / aggiornamento.xml
diff --git a/mainActivity/res/layout/aggiornamento.xml b/mainActivity/res/layout/aggiornamento.xml
deleted file mode 100755 (executable)
index 9b55ff3..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:orientation="vertical" android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:id="@+id/glob_agg">
-    <TextView
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:text="@string/aggiornamento"
-        android:textSize="20sp"
-        android:id="@+id/loading"
-        android:layout_gravity="center_horizontal"
-        android:layout_alignParentTop="true"
-        android:layout_centerHorizontal="true"
-        android:layout_marginTop="192dp" />
-
-    <ProgressBar
-        style="?android:attr/progressBarStyleLarge"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:id="@+id/progressBar"
-        android:layout_marginTop="39dp"
-        android:layout_centerHorizontal="true" />
-
-</RelativeLayout>
\ No newline at end of file