update:2020.01.10 20:21
fix:修改安装逻辑,优化状态栏逻辑 add:
This commit is contained in:
@@ -41,12 +41,13 @@
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="设备信息"
|
||||
android:textSize="@dimen/sp_18"
|
||||
android:textSize="@dimen/sp_16"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_30">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_30">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_devsn"
|
||||
@@ -57,7 +58,8 @@
|
||||
android:layout_marginEnd="@dimen/dp_5"
|
||||
android:layout_marginRight="@dimen/dp_5"
|
||||
android:layout_marginBottom="@dimen/dp_5"
|
||||
android:text="设备SN:"
|
||||
android:text="设备SN"
|
||||
android:textColor="#7b7b7b"
|
||||
android:textSize="@dimen/sp_12" />
|
||||
|
||||
|
||||
@@ -65,7 +67,7 @@
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_30"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_10">
|
||||
|
||||
<TextView
|
||||
@@ -77,7 +79,8 @@
|
||||
android:layout_marginEnd="@dimen/dp_5"
|
||||
android:layout_marginRight="@dimen/dp_5"
|
||||
android:layout_marginBottom="@dimen/dp_5"
|
||||
android:text="设备MAC:"
|
||||
android:text="MAC地址"
|
||||
android:textColor="#7b7b7b"
|
||||
android:textSize="@dimen/sp_12" />
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user