扫描二维码,连接配网1

This commit is contained in:
fengjignqi
2026-06-14 09:06:26 +08:00
parent 4d4df82c6e
commit dab61da6c5
11 changed files with 67 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="5dp"/>
<solid android:color="@color/color_d9d9d9"/>
</shape>

View File

@@ -46,6 +46,7 @@
android:gravity="center"
android:background="@drawable/shape_device_ctrl_green_cor12">
<ImageView
android:id="@+id/img_ble"
android:layout_width="@dimen/dp_24"
android:layout_height="@dimen/dp_24"
android:src="@mipmap/icon_ctrl_bt_white"/>

View File

@@ -41,6 +41,8 @@
android:layout_toRightOf="@+id/img_search"
android:layout_marginLeft="@dimen/dp_8"
android:textSize="14sp"
android:imeOptions="actionSearch"
android:inputType="text"
android:hint="@string/input_plan_name"
android:textColorHint="@color/color_subtitle"/>
</RelativeLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB