|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
-<layout>
|
|
|
|
|
|
+<layout xmlns:tools="http://schemas.android.com/tools">
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
@@ -9,7 +9,8 @@
|
|
<ScrollView
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:layout_marginTop="20dp">
|
|
|
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
|
+ tools:ignore="UselessParent">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -22,7 +23,7 @@
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
android:text="@string/register_server_ip"
|
|
android:text="@string/register_server_ip"
|
|
android:textColor="@color/grgray"
|
|
android:textColor="@color/grgray"
|
|
- android:textSize="15sp" />
|
|
|
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_server_ip"
|
|
android:id="@+id/tv_server_ip"
|
|
@@ -39,7 +40,7 @@
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:text="@string/register_device_identifier"
|
|
android:text="@string/register_device_identifier"
|
|
android:textColor="@color/grgray"
|
|
android:textColor="@color/grgray"
|
|
- android:textSize="15sp" />
|
|
|
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_feedback_device_info"
|
|
android:id="@+id/tv_feedback_device_info"
|
|
@@ -55,12 +56,12 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:textColor="#F07928"
|
|
android:textColor="#F07928"
|
|
- android:textSize="15sp" />
|
|
|
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_register_ok"
|
|
android:id="@+id/tv_register_ok"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -73,7 +74,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_system_settings"
|
|
android:id="@+id/tv_system_settings"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -86,7 +87,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_language_settings"
|
|
android:id="@+id/tv_language_settings"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -99,7 +100,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_restart_app"
|
|
android:id="@+id/tv_restart_app"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -112,7 +113,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_config_server"
|
|
android:id="@+id/tv_config_server"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -125,7 +126,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_cancel_admin"
|
|
android:id="@+id/tv_cancel_admin"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -138,7 +139,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_file_manager"
|
|
android:id="@+id/tv_file_manager"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -151,7 +152,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_power_off"
|
|
android:id="@+id/tv_power_off"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|
|
@@ -164,7 +165,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_reboot"
|
|
android:id="@+id/tv_reboot"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="40dp"
|
|
|
|
|
|
+ android:layout_height="68dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginRight="30dp"
|