source: dispositivos_moviles/TibisayMovil/res/layout/list_item.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: 750 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    android:layout_width="match_parent"
4    android:layout_height="match_parent"
5    android:gravity="center_vertical"
6    android:orientation="horizontal" >
7
8    <ImageView
9        android:id="@+id/imageListMainMenu"
10        android:layout_width="wrap_content"
11        android:layout_height="wrap_content"
12        android:contentDescription="@string/type"
13        android:src="@drawable/ic_launcher" />
14
15    <TextView
16        android:id="@+id/textListMainMenu"
17        android:layout_width="wrap_content"
18        android:layout_height="wrap_content"
19        android:text=""
20        style="@style/style_font_main_list" />
21</LinearLayout>
Note: See TracBrowser for help on using the repository browser.