ソースを参照

v1.1.1_20210804,完成短路测试,修改数据数组的长度,优化测试流程及数据和信息显示
todolist:
1、优化显示测试信息;2、界面优化;3、中英文转换APK出错;4、配置界面有些配置信息不显示,要再读取一次;5、删除多余代码

robbin 3 年 前
コミット
140794dc9b

ファイルの差分が大きいため隠しています
+ 148 - 378
app/src/main/java/com/example/administrator/wingcool_gt9_apk/DataAnalysis.java


+ 17 - 13
app/src/main/res/layout-hdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-land-hdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-land-mdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-land-xhdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-land-xxhdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-land-xxxhdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-land/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-mdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-xhdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-xxhdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout-xxxhdpi/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 17 - 13
app/src/main/res/layout/activity_dataanalysis.xml

@@ -11,8 +11,6 @@
         android:layout_height="match_parent">
 
         <LinearLayout
-            xmlns:android="http://schemas.android.com/apk/res/android"
-            xmlns:tools="http://schemas.android.com/tools"
             android:id="@+id/AllLinearLayout"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
@@ -377,7 +375,7 @@
 
             </LinearLayout>
 
-            <LinearLayout xmlns:tools="http://schemas.android.com/tools"
+            <LinearLayout
                 android:id="@+id/TextViewLinearLayout"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
@@ -385,25 +383,31 @@
                 android:layout_marginTop="0dp"
                 android:layout_marginEnd="8dp"
                 android:layout_marginBottom="8dp"
-                android:orientation="vertical"
+                android:orientation="horizontal"
                 tools:context=".DataAnalysis">
 
                 <EditText
-                    android:id="@+id/testinformation"
-                    android:layout_width="match_parent"
+                    android:id="@+id/error"
+                    android:layout_width="wrap_content"
                     android:layout_height="match_parent"
                     android:text=""
                     android:textSize="20dp" />
 
+                <TextView
+                    android:id="@+id/updataresult"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
+                    android:text=""
+                    android:textColor="@color/back_red"
+                    android:textSize="20dp" />
+
                 <EditText
-                    android:id="@+id/error"
-                    android:layout_width="match_parent"
-                    android:layout_height="240dp"
-                    android:layout_marginStart="0dp"
-                    android:layout_marginTop="0dp"
-                    android:background="@drawable/bg_frame_search"
+                    android:id="@+id/testinformation"
+                    android:layout_width="wrap_content"
+                    android:layout_height="match_parent"
                     android:text=""
-                    android:textSize="16dp" />
+                    android:textSize="20dp" />
+
             </LinearLayout>
 
         </LinearLayout>

+ 1 - 1
app/src/main/res/values-en/strings.xml

@@ -80,7 +80,7 @@
     <string name="companyaddr">Address:Room 2008, Chuangxingda Business Building, No.36 Liuxian 3rd Road, Baoan District, Shenzhen</string>
     <string name="telephonenum">Telephone:186 8896 1937</string>
     <string name="emailaddr">Email:max@wingcool.cn</string>
-    <string name="version">APK Version:v1.1.1_20210804-Release Version</string>
+    <string name="version">APK Version:v1.1.1_20210806-Release Version</string>
 
     <string name="app_name">WingCoolAPK</string>
     <string name="input_num_character">0123456789ABCDEFabcdef</string>

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -79,7 +79,7 @@
     <string name="companyaddr">地址:深圳市宝安区留仙三路 36 号创兴达商务大厦 2008 室</string>
     <string name="telephonenum">电话:186 8896 1937</string>
     <string name="emailaddr">邮箱:max@wingcool.cn</string>
-    <string name="version">APK版本:v1.1.1_20210804-发布版本</string>
+    <string name="version">APK版本:v1.1.1_20210806-发布版本</string>
 
     <string name="app_name">WingCoolAPK</string>
     <string name="input_num_character">0123456789ABCDEFabcdef</string>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません