|
@@ -22,7 +22,7 @@
|
|
|
android:layout_marginBottom="8dp"
|
|
|
android:columnCount="5"
|
|
|
android:orientation="horizontal"
|
|
|
- android:rowCount="19">
|
|
|
+ android:rowCount="50">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
@@ -82,6 +82,8 @@
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/alldrivingen"
|
|
|
+ android:layout_row="2"
|
|
|
+ android:layout_column="0"
|
|
|
android:layout_columnSpan="2"
|
|
|
android:layout_gravity="right"
|
|
|
android:text="All_Driving_En"
|
|
@@ -90,7 +92,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="0"
|
|
|
+ android:layout_row="2"
|
|
|
android:layout_column="2"
|
|
|
android:layout_gravity="fill"
|
|
|
android:layout_marginRight="1dp"
|
|
@@ -106,7 +108,7 @@
|
|
|
android:textSize="22dp" />
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_row="1"
|
|
|
+ android:layout_row="3"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -116,7 +118,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="2"
|
|
|
+ android:layout_row="4"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
@@ -139,7 +141,7 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right"
|
|
|
- android:layout_row="2"
|
|
|
+ android:layout_row="4"
|
|
|
android:layout_column="3"
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:text="FreqB_factor(D)"
|
|
@@ -158,7 +160,7 @@
|
|
|
android:textAlignment="center"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_row="3"
|
|
|
+ android:layout_row="5"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -168,7 +170,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="4"
|
|
|
+ android:layout_row="6"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
@@ -191,15 +193,15 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right"
|
|
|
- android:layout_row="4"
|
|
|
+ android:layout_row="6"
|
|
|
android:layout_column="3"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="Duration(D)"
|
|
|
+ android:text="Repeat_Num(D)"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/duration"
|
|
|
+ android:id="@+id/repeatnum"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
@@ -210,7 +212,7 @@
|
|
|
android:textAlignment="center"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_row="5"
|
|
|
+ android:layout_row="7"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -220,16 +222,16 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="6"
|
|
|
+ android:layout_row="8"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="FreqA(D)"
|
|
|
+ android:text="SubFrame_DrvNum(D)"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/freqa"
|
|
|
+ android:id="@+id/subframedrvnum"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
@@ -243,15 +245,15 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right"
|
|
|
- android:layout_row="6"
|
|
|
+ android:layout_row="8"
|
|
|
android:layout_column="3"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="FreqB(D)"
|
|
|
+ android:text="Pannel_Rx_PGA_AAF_Corner(D)"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/freqb"
|
|
|
+ android:id="@+id/pannelrxpgaaafcorner"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
@@ -262,7 +264,7 @@
|
|
|
android:textAlignment="center"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_row="7"
|
|
|
+ android:layout_row="9"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -272,16 +274,16 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="8"
|
|
|
+ android:layout_row="10"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="Dump_Shift(D)"
|
|
|
+ android:text="Pannel_DAC_Gain"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/dumpshift"
|
|
|
+ android:id="@+id/panneldacgain"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
@@ -295,15 +297,15 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="right"
|
|
|
- android:layout_row="8"
|
|
|
+ android:layout_row="10"
|
|
|
android:layout_column="3"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="SubFrame_DrvNum(D)"
|
|
|
+ android:text="Pannel_PGA_C"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/subframedrvnum"
|
|
|
+ android:id="@+id/pannelpgac"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
@@ -314,7 +316,7 @@
|
|
|
android:textAlignment="center"/>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_row="9"
|
|
|
+ android:layout_row="11"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -324,43 +326,49 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="10"
|
|
|
+ android:layout_row="12"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="Drv_Output_R"
|
|
|
+ android:text="Pannel_PGA_R"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/drvoutputr"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/pannelpgar"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/drv_output_r"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_row="12"
|
|
|
android:layout_column="3"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="DAC_Gain"
|
|
|
+ android:text="Pannel_RxVCMRZ"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/dacgain"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/pannelrxvcmrz"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/dac_gain"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_row="13"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -370,43 +378,49 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="12"
|
|
|
+ android:layout_row="14"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="PGA_C"
|
|
|
+ android:text="Pannel_Rx_Vcmi"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/pgac"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/pannelrxvcmi"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/pga_c"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_row="14"
|
|
|
android:layout_column="3"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="PGA_R"
|
|
|
+ android:text="Pannel_PGA_GainC"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/pgar"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/pannelpgagainc"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/pga_r"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_row="15"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -416,43 +430,49 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="14"
|
|
|
+ android:layout_row="16"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="Rx_Vcmi"
|
|
|
+ android:text="Pannel_Dunmp_Shift"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/rxvcmi"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/panneldunmpshift"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/rx_vcmi"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_row="16"
|
|
|
android:layout_column="3"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="PGA_Gain"
|
|
|
+ android:text="PGA_GAINF"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/pgagainspin"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/pgagainf"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/pga_gain"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_row="17"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -462,43 +482,79 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="16"
|
|
|
+ android:layout_row="18"
|
|
|
android:layout_column="0"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="boost_time"
|
|
|
+ android:text="ADC_SAT_TH_Setup"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/boosttime"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/adcsatthsetup"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/boost_time"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_gravity="right"
|
|
|
- android:layout_row="16"
|
|
|
+ android:layout_row="20"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Noise_R"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/noiser"
|
|
|
+ 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="20"
|
|
|
android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="Voltage"
|
|
|
+ android:text="Shake_Count(H)"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/voltage"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/shakecount"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/voltage"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ 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_row="21"
|
|
|
android:layout_column="0"
|
|
|
android:layout_columnSpan="5"
|
|
|
android:layout_gravity="fill"
|
|
@@ -508,30 +564,557 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_row="18"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_row="22"
|
|
|
android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Y_Threshold(H)"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/ythreshold"
|
|
|
+ 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="22"
|
|
|
+ android:layout_column="3"
|
|
|
android:layout_gravity="right"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:text="Alter_Count"
|
|
|
+ android:text="X_Threshold(H)"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="22dp"/>
|
|
|
|
|
|
- <Spinner
|
|
|
- android:id="@+id/altercount"
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/xthreshold"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="fill"
|
|
|
- android:entries="@array/alter_count"
|
|
|
- android:background="@color/frame_search"/>
|
|
|
+ android:background="@drawable/bg_frame_search"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text="00"
|
|
|
+ android:textSize="22dp"
|
|
|
+ android:textAlignment="center"/>
|
|
|
|
|
|
- <CheckBox
|
|
|
- android:id="@+id/extoscen"
|
|
|
- android:layout_row="18"
|
|
|
+ <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_gravity="right"
|
|
|
+ android:layout_row="24"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Normal_Filter*4"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/normalfilter4"
|
|
|
+ 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="24"
|
|
|
android:layout_column="3"
|
|
|
- android:layout_columnSpan="2"
|
|
|
android:layout_gravity="right"
|
|
|
- android:text="Extoscen"
|
|
|
- android:textSize="22dp" />
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Mini_Filter"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/minifilter"
|
|
|
+ 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="" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_row="26"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="FirstFilter"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/firstfilter"
|
|
|
+ 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="26"
|
|
|
+ android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Combine_Dis(H)"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/combinedis"
|
|
|
+ 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="27"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="28"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Split_Set(H)"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/splitset"
|
|
|
+ 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="28"
|
|
|
+ android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Slope_Weight"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/slopeweight"
|
|
|
+ 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="29"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="30"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="SmoothWeight"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/smoothweight"
|
|
|
+ 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="30"
|
|
|
+ android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="ExpandFactor"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/expandfactor"
|
|
|
+ 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="31"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="32"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Screen_Touch_Lv"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/screentouchlv"
|
|
|
+ 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="32"
|
|
|
+ android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Screen_Leave_Lv"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/screenleavelv"
|
|
|
+ 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="33"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="34"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Charging_Level_Factor"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/charginglevelfactor"
|
|
|
+ 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="35"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="36"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Refresh_Rate"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <Spinner
|
|
|
+ android:id="@+id/refreshrate"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="fill"
|
|
|
+ android:entries="@array/refresh_rate"
|
|
|
+ android:background="@color/frame_search"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_row="36"
|
|
|
+ android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Low_Power_Control"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/lowpowercontrol"
|
|
|
+ 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="37"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="38"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Green_Refresh_Rate"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/greenrefreshrate"
|
|
|
+ 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="39"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="40"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Large_Touch"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/largetouch"
|
|
|
+ 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="40"
|
|
|
+ android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="OneRectLargeCount"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/onerectlargecount"
|
|
|
+ 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="41"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="42"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="WholeLargeCount"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/wholelargecount"
|
|
|
+ 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="43"
|
|
|
+ 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_gravity="right"
|
|
|
+ android:layout_row="44"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Space_Up"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/spaceup"
|
|
|
+ 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="44"
|
|
|
+ android:layout_column="3"
|
|
|
+ android:layout_gravity="right"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:text="Space_Down"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="22dp"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/spacedown"
|
|
|
+ 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="45"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_columnSpan="5"
|
|
|
+ android:layout_gravity="fill"
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
+ android:text="" />
|
|
|
|
|
|
</GridLayout>
|
|
|
</ScrollView>
|