<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cgt="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="#f0f0f0" android:paddingLeft="10dp" android:paddingRight="10dp" android:paddingBottom="20dp" android:paddingTop="10dp"> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="2" android:gravity="center_horizontal" android:orientation="horizontal"> <!--<include layout="@layout/include_weight"/>--> <com.smartdot.cgt.view.ImageTextButton android:id="@+id/btn_ProblemHandle" android:layout_width="wrap_content" android:layout_height="130dp" android:layout_margin="1dip" android:layout_weight="1" android:paddingLeft="15dp" android:background="@drawable/imagebtn_press" cgt:ImageSrc="@drawable/main_handle" cgt:Text="案卷处理"> </com.smartdot.cgt.view.ImageTextButton> <!--<include layout="@layout/include_weight2"/>--> <com.smartdot.cgt.view.ImageTextButton android:id="@+id/btn_ProblemHistory" android:layout_width="wrap_content" android:layout_height="130dp" android:layout_margin="1dip" android:layout_weight="1" android:background="@drawable/imagebtn_press" cgt:ImageSrc="@drawable/main_history" cgt:Text="案卷查询" > </com.smartdot.cgt.view.ImageTextButton> <!--<include layout="@layout/include_weight2"/>--> <com.smartdot.cgt.view.ImageTextButton android:id="@+id/btn_Setting" android:layout_width="wrap_content" android:layout_height="130dp" android:layout_margin="1dip" android:layout_weight="1" android:paddingRight="15dp" android:background="@drawable/imagebtn_press" cgt:ImageSrc="@drawable/main_setting" cgt:Text="系统设置" > </com.smartdot.cgt.view.ImageTextButton> <!--<include layout="@layout/include_weight"/>--> </LinearLayout> </LinearLayout>