|
@@ -166,8 +166,8 @@
|
|
|
android:layout_height="30dp"
|
|
|
android:background="@drawable/bg_shu_ru_kuang"
|
|
|
android:gravity="center"
|
|
|
- android:text="化学品柜"
|
|
|
android:paddingRight="12dp"
|
|
|
+ android:text="化学品柜"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<ImageView
|
|
@@ -183,13 +183,13 @@
|
|
|
android:id="@+id/edCont"
|
|
|
android:layout_width="214dp"
|
|
|
android:layout_height="30dp"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
|
android:background="@drawable/bg_shu_ru_kuang_twoe"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:paddingLeft="10dp"
|
|
|
android:hint="化学品名/编码/归属人/领用人"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
@@ -405,6 +405,7 @@
|
|
|
android:text="请将化学品标签对准扫描区域识别"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="10sp" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -434,9 +435,15 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/chemicalName"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="300px"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="15sp" />
|
|
|
|
|
@@ -821,9 +828,9 @@
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:background="@drawable/bg_sou_suo"
|
|
|
android:text="再次开门"
|
|
|
- android:visibility="gone"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="10sp" />
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
</LinearLayout>
|