Remove the list view from the connection activity.

This commit is contained in:
Cameron Gutman
2013-11-05 11:53:41 -05:00
parent bc088fd338
commit 7704ceb32b
2 changed files with 2 additions and 12 deletions

View File

@@ -16,15 +16,6 @@
android:layout_centerHorizontal="true"
android:text="Pair with PC"/>
<ListView
android:id="@+id/mDNSResultView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true" >
</ListView>
<EditText
android:id="@+id/hostTextView"
android:layout_width="wrap_content"