blob: 434fdaeaa35c8234b9fb8a1d1be1cbe189e6a662 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/display_name"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/interface_name"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/addrs"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<ListView
android:id="@+id/attributes"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
</LinearLayout>