|
@@ -13,7 +13,7 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
|
|
|
|
+ android:layout_weight="4"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -62,10 +62,38 @@
|
|
|
android:id="@+id/et_address"
|
|
android:id="@+id/et_address"
|
|
|
style="@style/CommonEdit"
|
|
style="@style/CommonEdit"
|
|
|
android:layout_width="30dp"
|
|
android:layout_width="30dp"
|
|
|
- android:layout_marginLeft="@dimen/common_spacing_small"
|
|
|
|
|
|
|
+ android:layout_marginHorizontal="@dimen/common_spacing_small"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:maxLength="2" />
|
|
android:maxLength="2" />
|
|
|
|
|
|
|
|
|
|
+ <!-- 行 -->
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/CommonTextView"
|
|
|
|
|
+ android:text="@string/row" />
|
|
|
|
|
+
|
|
|
|
|
+ <EditText
|
|
|
|
|
+ android:id="@+id/et_row"
|
|
|
|
|
+ style="@style/CommonEdit"
|
|
|
|
|
+ android:layout_width="30dp"
|
|
|
|
|
+ android:layout_marginHorizontal="@dimen/common_spacing_small"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:inputType="number"
|
|
|
|
|
+ android:maxLength="1" />
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 列 -->
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/CommonTextView"
|
|
|
|
|
+ android:text="@string/column" />
|
|
|
|
|
+
|
|
|
|
|
+ <EditText
|
|
|
|
|
+ android:id="@+id/et_column"
|
|
|
|
|
+ style="@style/CommonEdit"
|
|
|
|
|
+ android:layout_width="30dp"
|
|
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing_small"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:inputType="number"
|
|
|
|
|
+ android:maxLength="1" />
|
|
|
|
|
+
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_add"
|
|
android:id="@+id/tv_add"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -93,7 +121,7 @@
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_weight="1">
|
|
|
|
|
|
|
+ android:layout_weight="2">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/tv_port_title"
|
|
android:id="@+id/tv_port_title"
|