This commit is contained in:
fengjignqi
2026-07-13 14:54:21 +08:00
parent 3f0260a37a
commit a31443fa4c
8 changed files with 96 additions and 21 deletions

View 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>

View File

@@ -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"

View File

@@ -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 -->

View File

@@ -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>