1.删除断开连接蓝牙操作
2.修复宠物设备页切换另外一个宠物,正在连接蓝牙,电量不更新问题 3.关机、休眠、in wifi zone时,充电中,无网络70分钟时,开灯相关按键不可点击,呈灰色 4.增加关机状态在Power Off 开关处的显示:“ON” / "Off"
This commit is contained in:
BIN
app/src/main/res/drawable-xhdpi/icon_grey_delete.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/icon_grey_delete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 752 B |
BIN
app/src/main/res/drawable-xxhdpi/icon_grey_delete.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/icon_grey_delete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/icon_grey_delete.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/icon_grey_delete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -1,42 +0,0 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M5,10V19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M5.808,9.281C5.435,9.76 5.249,10 5,10C4.751,10 4.565,9.76 4.192,9.281L3.446,8.323C2.373,6.945 1.836,6.255 2.044,5.688C2.066,5.63 2.092,5.575 2.122,5.521C2.423,5 3.282,5 5,5C6.718,5 7.577,5 7.878,5.521C7.908,5.575 7.934,5.63 7.956,5.688C8.164,6.255 7.627,6.945 6.554,8.323L5.808,9.281Z"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M9,14V19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M13,11V19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M17,10V19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:strokeWidth="1"
|
||||
android:pathData="M21,7V19"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#0F1719"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
@@ -24,7 +24,7 @@
|
||||
<com.abbidot.tracker.widget.TypefaceTextView
|
||||
android:id="@+id/tv_home_pet_device_state_item"
|
||||
style="@style/my_TextView_style_v2"
|
||||
android:drawableTop="@drawable/icon_map_signal_svg"
|
||||
android:drawableTop="@drawable/icon_map_signal"
|
||||
android:drawablePadding="@dimen/dp_6"
|
||||
android:text="@string/tracker_manage_set_network"
|
||||
android:textSize="@dimen/textSize12"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
android:paddingVertical="@dimen/dp_60">
|
||||
|
||||
<com.abbidot.tracker.widget.TypefaceTextView
|
||||
android:id="@+id/tv_fences_add_wifi_no_title"
|
||||
style="@style/my_TextView_style_v2"
|
||||
android:text="@string/txt_no_zone_data"
|
||||
android:textSize="@dimen/textSize24"
|
||||
|
||||
@@ -371,4 +371,5 @@
|
||||
<color name="permission_no_check_color">#EEEFEF</color>
|
||||
<color name="grey_color_64">#64000000</color>
|
||||
<color name="grey_color_90">#F9FFE3</color>
|
||||
<color name="grey_color">#A6A6A6</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user