<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_height="wrap_content" android:layout_width="match_parent" android:clickable="true" android:descendantFocusability="blocksDescendants"> <LinearLayout android:id="@+id/MainLayout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" android:padding="10dip" > <LinearLayout android:clickable="true" style="@style/style_item_layout" android:layout_marginTop="5dp" > <TextView android:id="@+id/handlename" style="@style/style_label1_80dip" android:gravity="center" android:focusable="false"> </TextView> </LinearLayout> <View android:layout_width="match_parent" android:background="@color/yinhui" android:layout_marginTop="1dp" android:layout_height="1px"/> <LinearLayout style="@style/style_item_layout" android:layout_marginTop="10dp" android:layout_marginLeft="30dp" android:layout_marginRight="10dp"> <TextView style="@style/style_label_80dip" android:text="操作人员 " > </TextView> <TextView android:id="@+id/handleperson" style="@style/style_problem_input_text" android:textColor="@color/black"> </TextView> </LinearLayout> <LinearLayout style="@style/style_item_layout" android:layout_marginTop="10dp" android:layout_marginLeft="30dp" android:layout_marginRight="10dp"> <TextView style="@style/style_label_80dip" android:text="操作时间 " > </TextView> <TextView android:id="@+id/handletime" style="@style/style_problem_input_text" android:inputType="date" android:textColor="@color/black"> </TextView> </LinearLayout> <LinearLayout android:id="@+id/row3" style="@style/style_item_layout" android:layout_marginTop="10dp" android:layout_marginLeft="30dp" android:layout_marginRight="10dp"> <TextView style="@style/style_label_80dip" android:text="相关意见 " > </TextView> <TextView android:id="@+id/handleremark" style="@style/style_problem_input_text" android:textColor="@color/black"> </TextView> </LinearLayout> </LinearLayout> </LinearLayout>