蓝牙连接不稳定修复

This commit is contained in:
fengjignqi
2026-06-11 09:23:33 +08:00
parent 2a933d09a4
commit 02acc5403d
6 changed files with 49 additions and 21 deletions

View File

@@ -16,10 +16,10 @@
<ImageView
android:id="@+id/img_loading"
android:layout_width="@dimen/dp_50"
android:layout_height="@dimen/dp_50"
android:layout_width="@dimen/dp_55"
android:layout_height="@dimen/dp_55"
android:layout_marginTop="@dimen/dp_3"
android:src="@mipmap/ic_launcher"
android:src="@mipmap/icon_water_loading"
android:visibility="visible"/>
<TextView

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -147,13 +147,20 @@
<string name="history_filter_type_toast">Select a trigger type</string>
<string name="history_watering_adapter_time">Watering Time</string>
<string name="total_water_count">Total Watering Sessions</string>
<string name="week_water_count">This Week</string>
<string name="month_water_count">This Month</string>
<string name="schedule_water_count">Scheduled Sessions</string>
<string name="manual_water_count">Manual Sessions</string>
<string name="total_water_duration">Total Watering Time</string>
<string name="avg_water_duration">Average Duration</string>
<string name="total_water_count">Total</string>
<string name="week_water_count">Week</string>
<string name="month_water_count">Month</string>
<string name="schedule_water_count">Scheduled</string>
<string name="manual_water_count">Manual</string>
<string name="total_water_duration">Duration</string>
<string name="avg_water_duration">Average</string>
<string name="unit_times">times</string>
<!-- Profile -->