Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/fundo"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
- <LinearLayout
- style="@style/grupo_cabecalho"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <LinearLayout
- android:id="@+id/LVeiculo"
- style="@style/grupo_ultimo_item"
- android:layout_width="fill_parent"
- android:layout_height="50dp"
- android:clickable="true"
- android:orientation="vertical" >
- <TextView
- style="@style/text"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center|center"
- android:text="Cabecalho" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- style="@style/grupo"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
- <ListView
- android:id="@+id/lvEstados2"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
- </ListView>
- </LinearLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment