|
@@ -2,7 +2,7 @@
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="70px"
|
|
|
tools:ignore="PxUsage">
|
|
|
|
|
|
<CheckBox
|
|
@@ -22,8 +22,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/selectCB"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="申领单号"
|
|
|
android:textColor="#333333"
|
|
@@ -35,8 +35,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/alreadyCodeTV"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="名称"
|
|
|
android:textColor="#333333"
|
|
@@ -48,8 +47,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/name"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="类别"
|
|
|
android:textColor="#333333"
|
|
@@ -61,8 +60,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/type"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="CAS"
|
|
|
android:textColor="#333333"
|
|
@@ -74,8 +73,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/cas"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="纯度"
|
|
|
android:textColor="#333333"
|
|
@@ -87,8 +86,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/purity"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="规格"
|
|
|
android:textColor="#333333"
|
|
@@ -100,8 +99,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/specs"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="归属人"
|
|
|
android:textColor="#333333"
|
|
@@ -113,8 +112,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/belongTV"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="申领人"
|
|
|
android:textColor="#333333"
|
|
@@ -126,8 +125,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/applicantTV"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="编码"
|
|
|
android:textColor="#333333"
|
|
@@ -139,8 +138,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@id/code"
|
|
|
- android:ellipsize="middle"
|
|
|
- android:maxLines="2"
|
|
|
+
|
|
|
+
|
|
|
android:paddingStart="15px"
|
|
|
android:text="存储位置"
|
|
|
android:textColor="#0183FA"
|