| | |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center"> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="10dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | /> |
| | | </TableRow> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="10dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:background="@android:drawable/editbox_background_normal"/> |
| | | </TableRow> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:visibility="gone" |
| | | android:layout_marginBottom="10dp"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:id="@+id/btn_signal_conf" |
| | | android:layout_marginLeft="15dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | |
| | | </TableRow> |
| | | </TableLayout> |
| | | </LinearLayout> |
| | |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/black" |
| | | android:text="配置参数:"/> |
| | | <TableLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center"> |
| | | <TableRow android:gravity="center_horizontal" |
| | | android:layout_marginBottom="10dp"> |
| | | |
| | | <Button android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="升级单片机" |
| | | android:padding="5dp" |
| | | android:id="@+id/btn_mcu_upgrade" |
| | | android:layout_marginLeft="15dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | </TableRow> |
| | | </TableLayout> |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <Button |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |