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

Last change on this file since 67541a6 was 37467be, checked in by Jose Ruiz <joseruiz@…>, 11 years ago

Añadiendo menu popup y listado de archivos en firma manuscrita

  • Property mode set to 100644
File size: 491 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="fill_parent" 
4  android:layout_height="fill_parent"
5  android:orientation="horizontal">
6
7<ImageView android:id="@+id/ImageView01"
8            android:background="@drawable/icon_title_bar"
9            android:layout_width="wrap_content"
10            android:layout_height="wrap_content"
11            android:contentDescription="@string/type"/>
12</LinearLayout>
Note: See TracBrowser for help on using the repository browser.