blob: 7a70c232eb824e9f1089866d20c1925dc76e68dd [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/device_set_list_item"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="@dimen/device_set_list_vertical_margin"
android:layout_marginLeft="@dimen/device_set_list_horizontal_margin"
android:layout_marginRight="@dimen/device_set_list_horizontal_margin"
android:layout_marginTop="@dimen/device_set_list_vertical_margin"
android:scrollbars="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/device_set_list_item_vertical_margin"
android:layout_marginLeft="@dimen/device_set_list_item_horizontal_margin"
android:layout_marginRight="@dimen/device_set_list_item_horizontal_margin"
android:layout_marginTop="@dimen/device_set_list_item_vertical_margin"
android:orientation="vertical">
<TextView
android:id="@+id/device_set_list_item_title"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/device_set_list_item_id"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</android.support.v7.widget.CardView>