summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/item_net.xml
blob: cbde7cb42782bfaac1a75603c16a98df0cb974f2 (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="?android:attr/selectableItemBackground"
      android:textSize="20sp" />
</LinearLayout>