|
|
|
@ -17,7 +17,7 @@ |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_name" |
|
|
|
android:layout_width="40dp" |
|
|
|
android:layout_width="120dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:background="@color/white" |
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
android:paddingBottom="@dimen/dp_10" |
|
|
|
android:paddingTop="@dimen/dp_10" |
|
|
|
android:paddingLeft="@dimen/dp_5" |
|
|
|
android:text="序号" |
|
|
|
android:text="栋舍" |
|
|
|
android:textColor="@color/grey666666" |
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
@ -50,6 +50,7 @@ |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:gravity="center" |
|
|
|
android:text="栋舍" |
|
|
|
android:visibility="gone" |
|
|
|
android:textColor="@color/grey666666" |
|
|
|
android:textSize="16sp" /> |
|
|
|
|
|
|
|
@ -136,8 +137,8 @@ |
|
|
|
|
|
|
|
<ListView |
|
|
|
android:id="@+id/lv_buildhousename_chandan" |
|
|
|
android:layout_width="40dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_width="120dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/tv_name" |
|
|
|
android:paddingLeft="@dimen/dp_5" |
|
|
|
android:scrollbars="none"></ListView> |
|
|
|
@ -145,7 +146,7 @@ |
|
|
|
<com.qhclh.ytzh.ui.LinkedHorizontalScrollView |
|
|
|
android:id="@+id/sv_report_detail_chandan" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@id/tv_name" |
|
|
|
android:layout_toRightOf="@id/lv_buildhousename_chandan" |
|
|
|
android:scrollbars="none"> |
|
|
|
@ -153,7 +154,7 @@ |
|
|
|
<ListView |
|
|
|
android:id="@+id/lv_report_info_chandan" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent"></ListView> |
|
|
|
android:layout_height="wrap_content"></ListView> |
|
|
|
</com.qhclh.ytzh.ui.LinkedHorizontalScrollView> |
|
|
|
</RelativeLayout> |
|
|
|
|