aboutsummaryrefslogtreecommitdiff
path: root/SamsungPrinterRecommendation/app/src/main/res/layout/content_device_list.xml
blob: 67e13ed5a00f8850b4656b654fcc004ac5be9395 (plain)
1
2
3
4
5
6
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" />