|
@@ -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>
|