优化
This commit is contained in:
5
app/src/main/res/drawable/shape_status_dot_red.xml
Normal file
5
app/src/main/res/drawable/shape_status_dot_red.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_E60000" />
|
||||
</shape>
|
||||
@@ -24,7 +24,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="133"
|
||||
android:visibility="visible"/>
|
||||
android:visibility="gone"/>
|
||||
<Button
|
||||
android:id="@+id/btn_151"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -257,6 +257,7 @@
|
||||
<string name="device_not_initialized">Device connection is not initialized</string>
|
||||
|
||||
<string name="device_connecting_please_wait">Device is connecting, please try again later</string>
|
||||
<string name="ble_connect_timeout">Bluetooth connection timed out, please try again</string>
|
||||
|
||||
<string name="device_not_connected_retry">Device is not connected, please try again</string>
|
||||
|
||||
@@ -304,6 +305,13 @@
|
||||
<string name="bluetooth_permission_required">Bluetooth permission is required to add a device.</string>
|
||||
<string name="bluetooth_enabled">Bluetooth is enabled.</string>
|
||||
<string name="enable_bluetooth_to_add_device">Please enable Bluetooth to add a device.</string>
|
||||
|
||||
|
||||
<string name="tips_device_working_stop_task">The device is currently in operation. Please stop the watering task first.</string>
|
||||
|
||||
<string name="device_battery">Battery:</string>
|
||||
|
||||
<string name="update_time">Last Updated:</string>
|
||||
<!-- End -->
|
||||
|
||||
|
||||
|
||||
@@ -242,6 +242,7 @@
|
||||
<string name="device_not_initialized">设备连接未初始化</string>
|
||||
|
||||
<string name="device_connecting_please_wait">设备连接中,请稍后再试</string>
|
||||
<string name="ble_connect_timeout">蓝牙连接超时,请重试</string>
|
||||
|
||||
<string name="device_not_connected_retry">设备未连接,请稍后重试</string>
|
||||
|
||||
@@ -297,6 +298,13 @@
|
||||
<string name="bluetooth_enabled">蓝牙已开启</string>
|
||||
<string name="enable_bluetooth_to_add_device">请开启蓝牙以添加设备</string>
|
||||
|
||||
|
||||
<string name="tips_device_working_stop_task">当前设备处于工作中,请先关闭浇水任务</string>
|
||||
|
||||
<string name="device_battery">设备电量:</string>
|
||||
|
||||
<string name="update_time">更新时间:</string>
|
||||
|
||||
<!--结束-->
|
||||
|
||||
|
||||
@@ -599,4 +607,4 @@
|
||||
书法艺术体现了中华文化的深厚底蕴,学习书法有助于增强文化自信和民族认同感。
|
||||
</string>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user