summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/activity_scanner.xml
blob: e0a19d6f1117b165988952a51e1f5f3102b8e35c (plain)
1
2
3
4
5
6
7
8
9
10
11
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:layout_height="match_parent" >

  <ListView
      android:id="@+id/scanlist_view"
      android:scrollbars="vertical"
      android:layout_width="match_parent"
      android:layout_height="match_parent"/>

</RelativeLayout>