]> matita.cs.unibo.it Git - logicplayer.git/blob - mainActivity/res/layout-land/download.xml
73858f85271a72c881c557bc1577032fc75b6972
[logicplayer.git] / mainActivity / res / layout-land / download.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent"
6     android:id="@+id/dlglobal">
7
8     <Button
9         style="?android:attr/buttonStyleSmall"
10         android:layout_width="wrap_content"
11         android:layout_height="wrap_content"
12         android:text="aggiorna"
13         android:paddingRight="10dp"
14         android:layout_marginRight="10dp"
15         android:id="@+id/aggiorna" />
16
17     <Button
18         style="?android:attr/buttonStyleSmall"
19         android:layout_width="wrap_content"
20         android:layout_height="wrap_content"
21         android:text="logout"
22         android:id="@+id/logout"
23         android:layout_alignParentTop="true"
24         android:layout_toRightOf="@+id/aggiorna"
25         android:layout_toEndOf="@+id/aggiorna" />
26
27     <TextView
28         android:layout_width="wrap_content"
29         android:layout_height="wrap_content"
30         android:id="@+id/startEs"
31         android:text="Lista degli Esercizi:"
32         android:textSize="30sp"
33         android:layout_below="@+id/aggiorna"
34         android:layout_alignParentLeft="true"
35         android:layout_alignParentStart="true" />
36
37 </RelativeLayout>