summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_device_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_device_list.xml')
-rw-r--r--app/src/main/res/layout/fragment_device_list.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_device_list.xml b/app/src/main/res/layout/fragment_device_list.xml
new file mode 100644
index 0000000..8b10502
--- /dev/null
+++ b/app/src/main/res/layout/fragment_device_list.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.recyclerview.widget.RecyclerView 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:id="@+id/list"
+ android:name="com.javispedro.autobluetether.DeviceFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
+ app:layoutManager="LinearLayoutManager"
+ tools:context=".DeviceFragment"
+ tools:listitem="@layout/fragment_device" /> \ No newline at end of file