1.修复消息全部已读页面不更新bug
2.优化直播雷达开灯加载动画变大问题 3.led设置页面重新编写逻辑 4.蓝牙绑定指令增加上位机类型和绑定密钥 5.map页新增睡眠显示 6.信用卡页面,输入名字默认全大写 7.Wifi zone 内,地址显示为“Home · xxxxx” 8.优化雷达直播LED灯按钮禁用状态
This commit is contained in:
BIN
app/src/main/res/drawable-xhdpi/gray_ico_switch_disable.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/gray_ico_switch_disable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 830 B |
BIN
app/src/main/res/drawable-xhdpi/icon_device_sleep_image.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/icon_device_sleep_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 354 B |
BIN
app/src/main/res/drawable-xxhdpi/gray_ico_switch_disable.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/gray_ico_switch_disable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
app/src/main/res/drawable-xxhdpi/icon_device_sleep_image.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/icon_device_sleep_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 443 B |
BIN
app/src/main/res/drawable-xxxhdpi/gray_ico_switch_disable.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/gray_ico_switch_disable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/icon_device_sleep_image.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/icon_device_sleep_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 599 B |
@@ -3,6 +3,7 @@
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/gray_ico_switch_on" android:state_checked="true" />
|
||||
<item android:drawable="@drawable/gray_ico_switch_disable" android:state_enabled="false" />
|
||||
<item android:drawable="@drawable/ico_switch_off" />
|
||||
|
||||
</selector>
|
||||
@@ -9,7 +9,7 @@
|
||||
</item>
|
||||
<item android:state_enabled="false">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/grey_color" />
|
||||
<solid android:color="@color/transparent" />
|
||||
<stroke android:width="@dimen/dp_1" android:color="@color/white_gray_color1" />
|
||||
<corners android:radius="@dimen/dp_44" />
|
||||
</shape>
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
android:paddingHorizontal="@dimen/dp_14"
|
||||
android:paddingVertical="@dimen/dp_6"
|
||||
android:text="@string/acccount_btn_save"
|
||||
android:visibility="gone"
|
||||
android:textColor="@color/btn_color"
|
||||
android:textSize="@dimen/textSize12"
|
||||
app:qmui_radius="@dimen/dp_100"
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
style="@style/my_TextView_style_v2"
|
||||
android:layout_marginHorizontal="@dimen/dp_6"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:text="@string/txt_office"
|
||||
android:text="@string/txt_home"
|
||||
android:textSize="@dimen/textSize14"
|
||||
app:typeface="@string/roboto_bold_font" />
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/shape32_grey_color_bg"
|
||||
android:paddingHorizontal="@dimen/dp_16"
|
||||
android:paddingVertical="@dimen/dp_4">
|
||||
android:paddingHorizontal="@dimen/dp_12"
|
||||
android:paddingVertical="@dimen/dp_2">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/iv_led_btn_state"
|
||||
|
||||
@@ -1072,7 +1072,8 @@
|
||||
<string name="txt_pet_close">Pet is close, try Radar</string>
|
||||
<string name="txt_load_more_pull_text">Pull to load more</string>
|
||||
<string name="txt_load_more_release_text">Release to load</string>
|
||||
|
||||
<string name="txt_fully_charged">Fully charged</string>
|
||||
<string name="txt_fully_asleep">Fell asleep %s ago</string>
|
||||
<string name="txt_move_wake">Move %s to wake up</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user