source: dispositivos_moviles/TibisayMovil/res/layout/activity_downloader.xml @ 67541a6

Last change on this file since 67541a6 was 6638d33, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

*- Revisión de la funcionalidad para descargar documento BDOC firmado desde un servidor web y lanzar la Activity correspondiente de Tibisay Móvil para verificar la(s) firma(s) electrónicas.

  • Property mode set to 100644
File size: 656 bytes
Line 
1<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2    xmlns:tools="http://schemas.android.com/tools"
3    android:layout_width="match_parent"
4    android:layout_height="match_parent"
5    android:paddingBottom="@dimen/activity_vertical_margin"
6    android:paddingLeft="@dimen/activity_horizontal_margin"
7    android:paddingRight="@dimen/activity_horizontal_margin"
8    android:paddingTop="@dimen/activity_vertical_margin"
9    tools:context=".DownloaderActivity" >
10
11    <TextView
12        android:layout_width="wrap_content"
13        android:layout_height="wrap_content"
14        android:text="@string/hello_world" />
15
16</RelativeLayout>
Note: See TracBrowser for help on using the repository browser.