source: dispositivos_moviles/TibisayMovil/res/layout/progress_dialog.xml @ ca6582b

Last change on this file since ca6582b was a8bb2bb, checked in by Jose Ruiz <joseruiz@…>, 11 years ago

Añadiendo funcionalidad de firma manuscrita en archivo pdf

  • Property mode set to 100644
File size: 694 bytes
Line 
1<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
3    android:layout_width="fill_parent"
4
5    android:layout_height="fill_parent"
6
7    android:orientation="vertical"
8
9    android:gravity="center">
10
11    <TextView
12
13        android:layout_width="wrap_content"
14
15        android:layout_height="wrap_content"
16
17        android:textSize="20sp"
18
19        android:textColor="#0000ff"
20
21        android:paddingBottom="20dip"
22
23        android:text="Progress Dialog Demo" />
24
25    <Button
26
27        android:layout_width="wrap_content"
28
29        android:layout_height="wrap_content"
30
31        android:text="Do Background Processing"
32
33        android:id="@+id/the_button" />
34
35</LinearLayout>
Note: See TracBrowser for help on using the repository browser.