<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/style_main_layout" android:orientation="vertical" > <view android:id="@+id/titlebar" android:layout_width="fill_parent" android:layout_height="wrap_content" class="com.smartdot.cgt.view.TitleBar" > </view> <LinearLayout android:id="@+id/linearLayout1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" > <ListView android:id="@+id/listMessage" style="@style/style_listview" > </ListView> </LinearLayout> <LinearLayout android:id="@+id/panelCheckDetial" style="@style/style_foot_bar" > <Button android:id="@+id/btnViewUnReaded" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" android:background="@drawable/btn_message_selector" android:gravity="center" android:text="@string/msg_below_btn_unreaded" android:textColor="#FFFFFF" android:textSize="18sp" > </Button> <Button android:id="@+id/btnViewReaded" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1" android:background="@drawable/btn_message_selector" android:gravity="center" android:text="@string/msg_below_btn_readed" android:textColor="#FFFFFF" android:textSize="18sp" > </Button> </LinearLayout> </LinearLayout>