电池电量icon优化
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="@dimen/dp_12"/>
|
||||
<solid android:color="@color/white"/>
|
||||
<solid android:color="@color/color_gray2"/>
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/shape_status_dot_999999.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/color_999999" />
|
||||
</shape>
|
||||
@@ -93,11 +93,9 @@
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_devices"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:clipToPadding="false"
|
||||
android:paddingHorizontal="@dimen/dp_15"
|
||||
android:paddingBottom="@dimen/dp_20"
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
||||
tools:listitem="@layout/index_device_list_item" />
|
||||
|
||||
|
||||
@@ -110,7 +110,17 @@
|
||||
android:layout_height="wrap_content"
|
||||
tools:listitem="@layout/plan_detail_bind_device_item"
|
||||
tools:itemCount="2"
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
||||
android:visibility="visible"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_no_device"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="@string/no_bound_devices_tips"
|
||||
android:textColor="@color/color_999999"
|
||||
android:textSize="16sp"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
@@ -118,7 +128,8 @@
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="@color/color_f5f5f5" />
|
||||
android:background="@color/color_f5f5f5"
|
||||
android:layout_marginTop="@dimen/dp_20"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
BIN
app/src/main/res/mipmap-xxhdpi/app_logo.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/hor_0.png
Normal file
|
After Width: | Height: | Size: 570 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_10.png
Normal file
|
After Width: | Height: | Size: 577 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_100.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_20.png
Normal file
|
After Width: | Height: | Size: 598 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_30.png
Normal file
|
After Width: | Height: | Size: 587 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_40.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_50.png
Normal file
|
After Width: | Height: | Size: 583 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_60.png
Normal file
|
After Width: | Height: | Size: 581 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_70.png
Normal file
|
After Width: | Height: | Size: 577 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_80.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
app/src/main/res/mipmap-xxhdpi/hor_90.png
Normal file
|
After Width: | Height: | Size: 585 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_0.png
Normal file
|
After Width: | Height: | Size: 569 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_10.png
Normal file
|
After Width: | Height: | Size: 578 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_100.png
Normal file
|
After Width: | Height: | Size: 594 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_20.png
Normal file
|
After Width: | Height: | Size: 586 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_30.png
Normal file
|
After Width: | Height: | Size: 601 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_40.png
Normal file
|
After Width: | Height: | Size: 594 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_50.png
Normal file
|
After Width: | Height: | Size: 595 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_60.png
Normal file
|
After Width: | Height: | Size: 595 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_70.png
Normal file
|
After Width: | Height: | Size: 590 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_80.png
Normal file
|
After Width: | Height: | Size: 593 B |
BIN
app/src/main/res/mipmap-xxhdpi/ver_90.png
Normal file
|
After Width: | Height: | Size: 598 B |
@@ -83,6 +83,8 @@
|
||||
<string name="device_info_type">设备型号</string>
|
||||
<string name="device_info_serial_number">序列号</string>
|
||||
<string name="device_info_firmware_version">固件版本</string>
|
||||
<string name="device_status_working">工作中</string>
|
||||
<string name="device_status_not_working">待机中</string>
|
||||
|
||||
|
||||
<!--排程-->
|
||||
@@ -101,6 +103,7 @@
|
||||
<string name="delete_plan_tip">确定要删除该排程任务?</string>
|
||||
<string name="delete_plan_success">删除成功</string>
|
||||
<string name="close_plan_dialog_tip">确定关闭该排程任务?</string>
|
||||
<string name="no_bound_devices_tips">暂无绑定设备</string>
|
||||
<string name="plan_period">浇水周期</string>
|
||||
<string name="plan_time">浇水时长</string>
|
||||
<string name="plan_start_time">开始时间</string>
|
||||
@@ -152,6 +155,7 @@
|
||||
<string name="mine_psd_manager">密码管理</string>
|
||||
<string name="mine_psd_reset">重置密码</string>
|
||||
<string name="mine_find_psd">找回密码</string>
|
||||
<string name="logout_tips">退出当前账号</string>
|
||||
|
||||
|
||||
|
||||
|
||||