|
@@ -287,6 +287,39 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/UpdateInfoLinearLayout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ tools:context=".SensorTest">
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/updatefwinfo"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@null"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="20dp"
|
|
|
+ android:textAlignment="center"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/updatecfginfo"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@null"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="20dp"
|
|
|
+ android:textAlignment="center"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/TestInfoLinearLayout"
|
|
|
android:layout_width="match_parent"
|