| 
					
				 | 
			
			
				@@ -6,6 +6,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:gravity="center" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     android:orientation="vertical"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <ScrollView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_width="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:fillViewport="true"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <GridLayout 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         xmlns:android="http://schemas.android.com/apk/res/android" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:id="@+id/AllGridLayout" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -17,14 +22,27 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:layout_marginBottom="8dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:columnCount="5" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         android:orientation="horizontal" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        android:rowCount="19"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:rowCount="88"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:id="@+id/alldrivingen" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_width="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:text="All_Driving_En" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Config_Version" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/configversion" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -35,9 +53,45 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_marginRight="1dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:text="        " /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_width="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="1dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Touch_Num" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/touchnum" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="1" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="5" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="fill" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="1dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/alldriving" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="AllDriving" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:id="@+id/dualfreq" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:layout_row="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_gravity="right" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -45,7 +99,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -55,11 +109,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <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" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:text="FreqA_factor(D)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="FreqA_factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -78,10 +132,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             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)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="FreqB_factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -97,7 +151,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -107,11 +161,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <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" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:text="Pannel_BitFreq(D)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Pannel_BitFreq" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -122,7 +176,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_gravity="fill" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:background="@drawable/bg_frame_search" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:singleLine="true" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:text="00" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="0000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textSize="22dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textAlignment="center"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -130,15 +184,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" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -149,7 +203,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -159,16 +213,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" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -182,15 +236,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" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -201,7 +255,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -211,16 +265,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -234,15 +288,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -253,7 +307,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -263,43 +317,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -309,43 +369,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -355,43 +421,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -401,43 +473,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" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -447,32 +555,1565 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <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_row="22" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:text="Alter_Count" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Y_Threshold(H)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <Spinner 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:id="@+id/altercount" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/ythreshold" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             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_width="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="22" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:text="Extoscen" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="X_Threshold(H)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    </GridLayout> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/xthreshold" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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_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_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_width="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="46" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Space_Left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/spaceleft" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="46" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Space_Right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/spaceright" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="47" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="48" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="48" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R1" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr1" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="49" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="50" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="50" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R0_down" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr0down" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="51" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="52" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:text="Stretch_R1_down" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr1down" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="52" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R2_down" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr2down" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="53" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="54" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R0_left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr0left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="54" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R1_left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr1left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="55" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="56" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R2_left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr2left" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="56" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R0_right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr0right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="57" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="58" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R1_right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr1right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="58" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Stretch_R2_right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/stretchr2right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="59" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="60" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Extend_RM" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/extendrm" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="61" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="62" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="FreqStart" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/freqstart" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="62" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="FreqEnd" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/freqend" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="63" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="5" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="fill" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="1dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/hoppingen" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="64" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Hopping_En" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/delayhopping" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="64" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Delay_Hopping" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="65" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="5" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="fill" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="1dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/disforceref" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="66" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Dis_Force_Ref" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/delayfasthopping" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="66" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Delay_Fast_Hopping" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="67" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="5" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="fill" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="1dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <CheckBox 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/fixhop" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="68" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="2" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Fix_hop" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <TextView 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_width="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_height="wrap_content" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_row="68" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Detect_Stay_Times" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/detectstaytimes" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="69" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="70" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Detect_Confirm_Times" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/detectconfirmtimes" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="70" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Fast_Hopping_Limit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/fasthoppinglimit" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="71" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="72" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Hopping_Hit_Threshold" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/hoppinghitthreshold" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="72" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Noise_Min_Threshold" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/noiseminthreshold" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="73" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="74" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Noise_PGA_GAINC" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/noisepgagainc" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="74" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Noise_PGA_GAINF" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/noisepgagainf" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="75" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="76" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="Noise_Dump_Shift" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/noisedumpshift" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="76" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg1_Normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg1normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="77" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="78" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg1_Factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg1factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="78" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg2_Normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg2normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="79" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="80" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg2_Factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg2factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="80" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg3_Normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg3normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="81" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="82" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg3_Factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg3factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="82" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg4_Normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg4normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="83" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="84" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg4_Factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg4factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="84" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg5_Normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg5normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="85" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="86" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg5_Factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg5factor" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="86" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="right" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="5dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="seg6_Normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textColor="#000000" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:textSize="22dp"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <EditText 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:id="@+id/seg6normalize" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            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="87" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_column="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_columnSpan="5" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_gravity="fill" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:layout_marginRight="1dp" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            android:text="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </GridLayout> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </ScrollView> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </LinearLayout> 
			 |