|
@@ -44,11 +44,11 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
android:layout_toLeftOf="@+id/view_title_layout_ll_right"
|
|
|
- android:text=""
|
|
|
+ android:text="设备ID:"
|
|
|
android:textColor="@color/main_color"
|
|
|
- android:textSize="@dimen/font_size_20" />
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
<!--状态图标-->
|
|
|
<LinearLayout
|
|
@@ -66,7 +66,8 @@
|
|
|
android:layout_height="20dp"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
- android:layout_marginRight="4dp" />
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
+ android:visibility="gone"/>
|
|
|
<ImageView
|
|
|
android:id="@+id/view_title_layout_iv_wifi"
|
|
|
android:layout_width="20dp"
|