aboutsummaryrefslogtreecommitdiff
path: root/SamsungPrinterRecommendation/app/src/main/res/layout/content_device_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SamsungPrinterRecommendation/app/src/main/res/layout/content_device_list.xml')
-rw-r--r--SamsungPrinterRecommendation/app/src/main/res/layout/content_device_list.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/SamsungPrinterRecommendation/app/src/main/res/layout/content_device_list.xml b/SamsungPrinterRecommendation/app/src/main/res/layout/content_device_list.xml
new file mode 100644
index 0000000..67e13ed
--- /dev/null
+++ b/SamsungPrinterRecommendation/app/src/main/res/layout/content_device_list.xml
@@ -0,0 +1,7 @@
+<fragment xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/fragment"
+ android:name="com.example.android.discovery.recommendation.DeviceListFragment" android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ app:layout_behavior="@string/appbar_scrolling_view_behavior"
+ tools:layout="@layout/fragment_device_list" />