popwindow_devicelist.xml 610 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:background="@color/pop_window_bg"
  7. android:orientation="vertical" >
  8. <ListView
  9. android:id="@+id/nearby_device_listView"
  10. android:layout_width="fill_parent"
  11. android:layout_height="fill_parent"
  12. android:padding="8dip"
  13. android:divider="#ffffff"
  14. android:dividerHeight="8dp" >
  15. </ListView>
  16. </LinearLayout>