From 39203340a182118df68c9c8b0edad5edf5c72f15 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期三, 08 十二月 2021 09:36:39 +0800
Subject: [PATCH] Merge branch 'dev-hxb'

---
 HDLSDK_DEMO/app/src/main/res/layout/activity_devices_list.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/HDLSDK_DEMO/app/src/main/res/layout/activity_devices_list.xml b/HDLSDK_DEMO/app/src/main/res/layout/activity_devices_list.xml
new file mode 100644
index 0000000..b7e3865
--- /dev/null
+++ b/HDLSDK_DEMO/app/src/main/res/layout/activity_devices_list.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:tools="http://schemas.android.com/tools"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    tools:context=".device.DevicesListActivity">
+
+    <androidx.recyclerview.widget.RecyclerView
+        android:id="@+id/device_list_rv"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" />
+
+</LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0