1.新增蓝牙自动连接
2.led页面没有修改不会再次保存 3.优化直播蓝牙开启,然后立马关闭蓝牙情况 4.优化直播地图缩放比例不会随刷新而变化
This commit is contained in:
@@ -87,14 +87,6 @@
|
||||
android:layout_marginEnd="@dimen/dp_12"
|
||||
android:layoutDirection="rtl" />
|
||||
|
||||
<include
|
||||
android:id="@+id/il_live_v2_bluetooth_find_device"
|
||||
layout="@layout/layout_bluetooth_find_device"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
||||
<include
|
||||
android:id="@+id/il_live_v3_map_pet_location"
|
||||
@@ -133,6 +125,14 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:visibility="gone" />
|
||||
|
||||
<include
|
||||
android:id="@+id/il_live_v2_bluetooth_find_device"
|
||||
layout="@layout/layout_bluetooth_find_device"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:visibility="gone" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<include
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
style="@style/my_TextView_style_v2"
|
||||
android:layout_below="@id/il_login_v2_email_address"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:text="@string/txt_please_enter_email"
|
||||
android:text="@string/txt_valid_email"
|
||||
android:textColor="@color/red_color2"
|
||||
android:textSize="@dimen/textSize14"
|
||||
android:visibility="gone"
|
||||
|
||||
Reference in New Issue
Block a user