扫描二维码,连接配网1
This commit is contained in:
@@ -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>
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
BIN
app/src/main/res/mipmap-xxhdpi/icon_ctrl_bt_green.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/icon_ctrl_bt_green.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 959 B |
BIN
app/src/main/res/mipmap-xxxhdpi/icon_ctrl_bt_green.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/icon_ctrl_bt_green.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user