Procházet zdrojové kódy

Update activity_basic_chart.xml

An An před 2 roky
rodič
revize
d31f80c8d7

+ 6 - 5
sample/src/main/res/layout/activity_basic_chart.xml

@@ -134,31 +134,31 @@
                 android:orientation="horizontal">
 
             <Switch
-                    android:id="@+id/switch1"
+                    android:id="@+id/xReversedSwitch"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_weight="1" />
 
             <Switch
-                    android:id="@+id/switch2"
+                    android:id="@+id/yReversedSwitch"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_weight="1" />
 
             <Switch
-                    android:id="@+id/switch3"
+                    android:id="@+id/xInvertedSwitch"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_weight="1" />
 
             <Switch
-                    android:id="@+id/switch4"
+                    android:id="@+id/polarSwitch"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_weight="1" />
 
             <Switch
-                    android:id="@+id/switch5"
+                    android:id="@+id/dataShowSwitch"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_weight="1" />
@@ -168,6 +168,7 @@
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_weight="1" />
+
         </LinearLayout>
 
         <LinearLayout