|
|
@@ -64,8 +64,35 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="left"
|
|
|
android:paddingLeft="10dp"
|
|
|
- android:id="@+id/tv_work_station"
|
|
|
android:text="工位"/>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:id="@+id/tv_work_station"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=""/>
|
|
|
+ </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:background="@color/dc_line"
|
|
|
+ />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="left"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:id="@+id/tv_server_ip"
|
|
|
+ android:text="IP"/>
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|