]> matita.cs.unibo.it Git - logicplayer.git/blob - mainActivity/res/layout/aggiornamento.xml
The applet.
[logicplayer.git] / mainActivity / res / layout / aggiornamento.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
4     android:orientation="vertical" android:layout_width="match_parent"
5     android:layout_height="match_parent"
6     android:id="@+id/glob_agg">
7     <TextView
8         android:layout_width="wrap_content"
9         android:layout_height="wrap_content"
10         android:text="@string/aggiornamento"
11         android:textSize="20sp"
12         android:id="@+id/loading"
13         android:layout_gravity="center_horizontal"
14         android:layout_alignParentTop="true"
15         android:layout_centerHorizontal="true"
16         android:layout_marginTop="192dp" />
17
18     <ProgressBar
19         style="?android:attr/progressBarStyleLarge"
20         android:layout_width="wrap_content"
21         android:layout_height="wrap_content"
22         android:id="@+id/progressBar"
23         android:layout_marginTop="39dp"
24         android:layout_centerHorizontal="true" />
25
26 </RelativeLayout>