|
@@ -6,302 +6,709 @@
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <GridLayout
|
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
- android:id="@+id/AllGridLayout"
|
|
|
|
|
|
+ <ScrollView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_marginStart="8dp"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
|
- android:layout_marginBottom="8dp"
|
|
|
|
- android:columnCount="5"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:rowCount="11">
|
|
|
|
-
|
|
|
|
- <CheckBox
|
|
|
|
- android:id="@+id/penen"
|
|
|
|
- android:layout_columnSpan="2"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:text="Pen_En"
|
|
|
|
- android:textSize="22dp" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_row="0"
|
|
|
|
- android:layout_column="2"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:layout_marginRight="1dp"
|
|
|
|
- android:text=" " />
|
|
|
|
-
|
|
|
|
- <CheckBox
|
|
|
|
- android:id="@+id/onlyfingeren"
|
|
|
|
- android:layout_row="0"
|
|
|
|
- android:layout_column="3"
|
|
|
|
- android:layout_columnSpan="2"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:text="Only Finger En"
|
|
|
|
- android:textSize="22dp" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_row="1"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_columnSpan="5"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:layout_marginRight="1dp"
|
|
|
|
- android:text="" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_row="2"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="Pen_Low_Size(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/penlowsize"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_row="2"
|
|
|
|
- android:layout_column="3"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="Pen_High_Size(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/penhighsize"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_row="3"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_columnSpan="5"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:layout_marginRight="1dp"
|
|
|
|
- android:text="" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_row="4"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="Rectsum_P_Low_L(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/rectsumplowl"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_row="4"
|
|
|
|
- android:layout_column="3"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="Rectsum_P_High_L(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/rectsumphighl"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_row="5"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_columnSpan="5"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:layout_marginRight="1dp"
|
|
|
|
- android:text="" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_row="6"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="Rectsum_F_Low_L(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/rectsumflowl"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_row="6"
|
|
|
|
- android:layout_column="3"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="P_RectMaxDiff_Limit(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
|
|
+ android:fillViewport="true">
|
|
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/prectmaxdifflimit"
|
|
|
|
|
|
+ <GridLayout
|
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
+ android:id="@+id/AllGridLayout"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_row="7"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_columnSpan="5"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:layout_marginRight="1dp"
|
|
|
|
- android:text="" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
|
|
+ android:layout_marginStart="8dp"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
+ android:layout_marginEnd="8dp"
|
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
|
+ android:columnCount="5"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:rowCount="30">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="shapeChangeLimit"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/shapechangelimit"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="0"
|
|
|
|
+ android:layout_column="2"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text=" " />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="0"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="shapeAddValue"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/shapeaddvalue"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="1"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="2"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="ObjAvg"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/objavg"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="2"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="ObjMin(H)"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/objmin"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="3"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="4"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="ObjW(H)"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/objw"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="4"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="ObjAvg_Sen"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/objavgsen"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="5"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="6"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="ObjMin_Sen(H)"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/objminsen"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="6"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="ObjW_Sen(H)"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/objwsen"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="7"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="8"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Speed_Stretch_Area"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/speedstretcharea"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="8"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Speed_Stretch_Limit"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/speedstretchlimit"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="9"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="10"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="WaterFrameTime"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/waterframetime"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="10"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="WaterUpdateTime"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/waterupdatetime"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="11"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="12"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Edge_Res_Rect_Width1"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edgeresrectwidth1"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="12"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Edge_Res_Rect_Width2"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edgeresrectwidth2"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="13"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="14"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Edge_Res_Shake"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edgeresshake"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="14"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Edge_Res_Area_1"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edgeresarea1"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="15"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_row="8"
|
|
|
|
|
|
+ android:layout_row="16"
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
android:layout_gravity="right"
|
|
android:layout_gravity="right"
|
|
android:layout_marginRight="5dp"
|
|
android:layout_marginRight="5dp"
|
|
- android:text="P_RectArea_Limit(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/prectarealimit"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_row="8"
|
|
|
|
- android:layout_column="3"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="F_Leavelevel(D)"
|
|
|
|
|
|
+ android:text="Edge_Res_Area_2"
|
|
android:textColor="#000000"
|
|
android:textColor="#000000"
|
|
android:textSize="22dp"/>
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/fleavelevel"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_row="9"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_columnSpan="5"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:layout_marginRight="1dp"
|
|
|
|
- android:text="" />
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_row="10"
|
|
|
|
- android:layout_column="0"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="P_Touch_Highlevel(D)"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <EditText
|
|
|
|
- android:id="@+id/ptouchhighlevel"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:background="@drawable/bg_frame_search"
|
|
|
|
- android:singleLine="true"
|
|
|
|
- android:text="00"
|
|
|
|
- android:textSize="22dp"
|
|
|
|
- android:textAlignment="center"/>
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="right"
|
|
|
|
- android:layout_row="10"
|
|
|
|
- android:layout_column="3"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:text="FingerRestrainPen"
|
|
|
|
- android:textColor="#000000"
|
|
|
|
- android:textSize="22dp"/>
|
|
|
|
-
|
|
|
|
- <Spinner
|
|
|
|
- android:id="@+id/fingerrestrainpen"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="fill"
|
|
|
|
- android:entries="@array/finger_restrain_pen"
|
|
|
|
- android:background="@color/frame_search"/>
|
|
|
|
-
|
|
|
|
- </GridLayout>
|
|
|
|
-
|
|
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edgeresarea2"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="16"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Edge_Diff_Threshold"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/edgediffthreshold"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="17"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="18"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Diff_Ratio_Stretch_Min"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/diffratiostretchmin"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="18"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Diff_Ratio_Stretch_Val"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/diffratiostretchval"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="19"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="20"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="SNR_Improving_Shift"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/snrimprovingshift"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="20"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Inner_Couple_Noise_Limit"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/innercouplenoiselimit"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="21"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="22"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Special_Mon_Sen_1"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/specialmonsen1"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="22"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Special_Mon_Sen_2"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/specialmonsen2"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="23"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_row="24"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Special_Mon_Lv"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/specialmonlv"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="right"
|
|
|
|
+ android:layout_row="24"
|
|
|
|
+ android:layout_column="3"
|
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
|
+ android:text="Special_Mon_Const"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="22dp"/>
|
|
|
|
+
|
|
|
|
+ <EditText
|
|
|
|
+ android:id="@+id/specialmonconst"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
|
+ android:singleLine="true"
|
|
|
|
+ android:text="00"
|
|
|
|
+ android:textSize="22dp"
|
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_row="25"
|
|
|
|
+ android:layout_column="0"
|
|
|
|
+ android:layout_columnSpan="5"
|
|
|
|
+ android:layout_gravity="fill"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:text="" />
|
|
|
|
+
|
|
|
|
+ </GridLayout>
|
|
|
|
+
|
|
|
|
+ </ScrollView>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|