Ver Fonte

增加normal页面的配置信息操作,运行还有问题

robbin há 4 anos atrás
pai
commit
b4568b1be5

+ 1 - 1
.idea/misc.xml

@@ -29,7 +29,7 @@
       </value>
     </option>
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/build/classes" />
   </component>
   <component name="ProjectType">

Diff do ficheiro suprimidas por serem muito extensas
+ 397 - 461
app/src/main/java/com/example/administrator/wingcool_gt9_apk/Config.java


+ 21 - 42
app/src/main/res/layout-hdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-land-hdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-land-mdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-land-xhdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-land-xxhdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-land-xxxhdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-land/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-mdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-xhdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-xxhdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout-xxxhdpi/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 21 - 42
app/src/main/res/layout/view_normal.xml

@@ -243,16 +243,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxpgaaafcorner"
             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"/>
+            android:entries="@array/pannel_rx_pga_aaf_corner"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="9"
@@ -273,16 +270,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/panneldacgain"
             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"/>
+            android:entries="@array/pannel_dac_gain"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -295,16 +289,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgac"
             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"/>
+            android:entries="@array/pannel_pga_c"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="11"
@@ -325,16 +316,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgar"
             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"/>
+            android:entries="@array/pannel_pga_r"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -347,16 +335,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmrz"
             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"/>
+            android:entries="@array/pannel_rx_vcmrz"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="13"
@@ -377,16 +362,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelrxvcmi"
             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"/>
+            android:entries="@array/pannel_rx_vcmi"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_width="wrap_content"
@@ -399,16 +381,13 @@
             android:textColor="#000000"
             android:textSize="22dp"/>
 
-        <EditText
+        <Spinner
             android:id="@+id/pannelpgagainc"
             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"/>
+            android:entries="@array/pannel_pga_gainc"
+            android:background="@color/frame_search"/>
 
         <TextView
             android:layout_row="15"

+ 47 - 0
app/src/main/res/values-en/spinnerlist.xml

@@ -20,6 +20,53 @@
         <item>High Level</item>
     </string-array>
 
+    <string-array name="pannel_rx_pga_aaf_corner">
+        <item>0</item>
+        <item>1</item>
+    </string-array>
+
+    <string-array name="pannel_dac_gain">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+        <item>4</item>
+        <item>5</item>
+        <item>6</item>
+        <item>7</item>
+    </string-array>
+
+    <string-array name="pannel_pga_c">
+        <item>0</item>
+        <item>1</item>
+    </string-array>
+
+    <string-array name="pannel_pga_r">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+    </string-array>
+
+    <string-array name="pannel_rx_vcmrz">
+        <item>0</item>
+        <item>1</item>
+    </string-array>
+
+    <string-array name="pannel_rx_vcmi">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+    </string-array>
+
+    <string-array name="pannel_pga_gainc">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+    </string-array>
+
     <string-array name="refresh_rate">
         <item>200Hz</item>
         <item>167Hz</item>

+ 47 - 0
app/src/main/res/values/spinnerlist.xml

@@ -20,6 +20,53 @@
         <item>高电平查询</item>
     </string-array>
 
+    <string-array name="pannel_rx_pga_aaf_corner">
+        <item>0</item>
+        <item>1</item>
+    </string-array>
+
+    <string-array name="pannel_dac_gain">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+        <item>4</item>
+        <item>5</item>
+        <item>6</item>
+        <item>7</item>
+    </string-array>
+
+    <string-array name="pannel_pga_c">
+        <item>0</item>
+        <item>1</item>
+    </string-array>
+
+    <string-array name="pannel_pga_r">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+    </string-array>
+
+    <string-array name="pannel_rx_vcmrz">
+        <item>0</item>
+        <item>1</item>
+    </string-array>
+
+    <string-array name="pannel_rx_vcmi">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+    </string-array>
+
+    <string-array name="pannel_pga_gainc">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+    </string-array>
+
     <string-array name="refresh_rate">
         <item>200Hz</item>
         <item>167Hz</item>

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff