蓝牙连接不稳定修复
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
app/src/main/res/mipmap-xxhdpi/icon_water_loading.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/icon_water_loading.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/icon_water_loading.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/icon_water_loading.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user