22 lines
741 B
XML
22 lines
741 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical" android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:background="@color/white"
|
|
android:id="@+id/messageOverview">
|
|
|
|
<include android:id="@+id/topbb9864" layout="@layout/topbar" />
|
|
<include android:id="@+id/title2138" layout="@layout/title" />
|
|
|
|
<ListView
|
|
android:id="@+id/messageOverviewList"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content" android:layout_weight="1"
|
|
android:background="@color/white"
|
|
android:fadingEdge="none"
|
|
android:divider="@color/lightdiv"
|
|
android:dividerHeight="1dip">
|
|
</ListView>
|
|
</LinearLayout> |