|
@@ -395,13 +395,15 @@
|
|
|
android:text=""
|
|
|
android:textSize="20dp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/testresult"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/error"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="240dp"
|
|
|
+ android:layout_marginStart="0dp"
|
|
|
+ android:layout_marginTop="0dp"
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
android:text=""
|
|
|
- android:textColor="@color/back_red"
|
|
|
- android:textSize="20dp" />
|
|
|
+ android:textSize="16dp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|