source: dispositivos_moviles/TibisayMovil/res/layout/title_bar.xml @ 08c45bd

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

Cambios de diseño en barra de titulo y menu

  • Property mode set to 100644
File size: 422 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="164px"
10            android:layout_height="20px"/>
11</LinearLayout>
Note: See TracBrowser for help on using the repository browser.