From 17d97f58265510ceda0b38959a90424ee07b6910 Mon Sep 17 00:00:00 2001 From: 陈奇 <1650699704@qq.com> Date: Tue, 13 Nov 2018 11:42:07 +0800 Subject: [PATCH] 1.0.3-1测试版本 [*]修改重新连接的方式 [*]修改商城连接 [*]修改心跳机制 [*]主要针对oppo和vivo机型添加开启定位服务 --- app/src/main/res/layout/fragment_monitor_layout.xml | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_monitor_layout.xml b/app/src/main/res/layout/fragment_monitor_layout.xml index ca35289..c860adb 100644 --- a/app/src/main/res/layout/fragment_monitor_layout.xml +++ b/app/src/main/res/layout/fragment_monitor_layout.xml @@ -116,7 +116,7 @@ android:layout_marginTop="@dimen/x4" android:text="0" android:textColor="@color/green_txt" - android:textSize="18sp" + android:textSize="14sp" android:textStyle="bold" /> </LinearLayout> @@ -147,7 +147,7 @@ android:layout_marginTop="@dimen/x4" android:text="0" android:textColor="@color/yellow_txt" - android:textSize="18sp" + android:textSize="14sp" android:textStyle="bold" /> </LinearLayout> </LinearLayout> @@ -199,6 +199,17 @@ android:orientation="vertical"> <TextView + android:id="@+id/tv_text_mac" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginTop="@dimen/x15" + android:background="@color/white" + android:gravity="center" + android:padding="@dimen/x15" + android:text="���������,���mac���" + android:textColor="#ae8082" /> + + <TextView android:id="@+id/tv_desc" android:layout_width="match_parent" android:layout_height="match_parent" @@ -209,6 +220,7 @@ android:text="���������������������������\n������������������������������������������������" android:textColor="#ae8082" /> + <ImageView android:id="@+id/iv_bottom_status" android:layout_width="@dimen/x30" -- Gitblit v1.8.0