source: dispositivos_moviles/Donwloader/res/layout/activity_main.xml

Last change on this file was 9572f49, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

*- Estudio de API de Android y prueba de concepto para descargar archivos desde una URL con protocolo https y lanzar la Actividad de leer y verificar firma de un contenedor BDOC de la aplicación Tibisay Móvil.

  • Property mode set to 100644
File size: 423 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3   android:orientation="vertical"
4   android:layout_width="fill_parent"
5   android:layout_height="fill_parent"
6   >
7
8<Button 
9    android:text="Start long running task.." 
10    android:id="@+id/startBtn" 
11    android:layout_width="fill_parent" 
12    android:layout_height="wrap_content">
13</Button>
14</LinearLayout>
Note: See TracBrowser for help on using the repository browser.