<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="@dimen/titleViewHeight" android:gravity="center_vertical" android:orientation="horizontal"> <ImageView style="@style/leftImageStyle" android:src="@mipmap/icon3" /> <TextView style="@style/textViewStyle" android:text="附属物名称:" /> <Spinner android:id="@+id/attachSpinner" style="@style/spinnerStyle" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="@dimen/titleViewHeight" android:gravity="center_vertical" android:orientation="horizontal"> <ImageView style="@style/leftImageStyle" android:src="@mipmap/icon3" /> <TextView style="@style/textViewStyle" android:text="井深:" /> <com.pengxh.kt.lite.widget.DeleteEditText android:id="@+id/wellDepthView" style="@style/inputEditTextStyle" android:inputType="numberDecimal" /> <TextView style="@style/textViewStyle" android:layout_gravity="center_vertical" android:layout_marginHorizontal="3dp" android:text="mm" android:textSize="@dimen/sp_16" /> </LinearLayout> </LinearLayout>