Changeset 1a56d4c in dispositivos_moviles for TibisayMovil/res/layout


Ignore:
Timestamp:
Jul 16, 2013, 10:59:46 AM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
37467be
Parents:
08c45bd (diff), 09c6eb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://tibisay.cenditel.gob.ve/trac/scm/git/dispositivos_moviles

Location:
TibisayMovil/res/layout
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/res/layout/activity_main.xml

    ra8ff2b6 r08c45bd  
     1
    12<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    23    xmlns:tools="http://schemas.android.com/tools"
     
    89    android:paddingTop="@dimen/activity_vertical_margin"
    910    tools:context=".MainActivity" >
     11   
     12     
    1013
    1114    <ListView
  • TibisayMovil/res/layout/list_item.xml

    ra8ff2b6 r08c45bd  
    77
    88    <ImageView
    9         android:id="@+id/imageView1"
     9        android:id="@+id/imageListMainMenu"
    1010        android:layout_width="wrap_content"
    1111        android:layout_height="wrap_content"
     
    1313
    1414    <TextView
    15         android:id="@+id/textView1"
     15        android:id="@+id/textListMainMenu"
    1616        android:layout_width="wrap_content"
    1717        android:layout_height="wrap_content"
Note: See TracChangeset for help on using the changeset viewer.