From 7c8ce9b9a7d3fc1aaa4a621e86415b25ad10a34f Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期三, 19 三月 2025 09:36:28 +0800 Subject: [PATCH] 添加source屏扫码流程 --- HDLSDK/app/src/main/res/layout/activity_devices_list.xml | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/HDLSDK/app/src/main/res/layout/activity_devices_list.xml b/HDLSDK/app/src/main/res/layout/activity_devices_list.xml index b7e3865..0144256 100644 --- a/HDLSDK/app/src/main/res/layout/activity_devices_list.xml +++ b/HDLSDK/app/src/main/res/layout/activity_devices_list.xml @@ -6,6 +6,26 @@ android:layout_height="match_parent" tools:context=".device.DevicesListActivity"> + <RelativeLayout + android:id="@+id/toolbar" + android:layout_width="match_parent" + android:layout_height="44dp" + android:background="@color/white"> + + <RelativeLayout + android:id="@+id/rl_back" + android:layout_width="47dp" + android:layout_height="match_parent"> + + <ImageView + android:layout_width="10dp" + android:layout_height="17dp" + android:layout_centerVertical="true" + android:layout_marginStart="16dp" + android:src="@mipmap/activity_back" /> + </RelativeLayout> + </RelativeLayout> + <androidx.recyclerview.widget.RecyclerView android:id="@+id/device_list_rv" android:layout_width="match_parent" -- Gitblit v1.8.0