summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/item_net.xml
blob: 4efb06ca63d32211aa0d3215430b2904f78ee081 (plain)
1
2
3
4
5
6
7
8
9
10
11
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	      android:layout_width="match_parent"
	      android:layout_height="match_parent"
	      android:orientation="horizontal">
  <TextView
      android:id="@+id/ssid"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:background="@color/list_view_selector"
      android:textSize="20sp" />
</LinearLayout>