source: dispositivos_moviles/TibisayMovil/res/layout/activity_about.xml @ 73b8c70

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

Menu con opiciones de ayuda y acerca de la aplicacion

  • Property mode set to 100644
File size: 518 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3    android:baselineAligned="false"
4    android:layout_width="match_parent"
5    android:layout_height="wrap_content"
6   
7    >
8        <TextView           
9            android:id="@+id/acerca"
10            android:layout_width="wrap_content"
11            android:layout_height="wrap_content"
12            android:text="Información sobre Tibisay Movil"
13            android:gravity="center"/>
14
15</LinearLayout>
Note: See TracBrowser for help on using the repository browser.