add Button
This commit is contained in:
parent
ebbf172968
commit
94afbc9f1d
@ -11,6 +11,15 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Сканировать Wi-Fi" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnConnectWifi"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Подключиться к Wi-Fi"
|
||||
android:layout_below="@id/btnScanWifi"
|
||||
android:layout_marginTop="16dp"/>
|
||||
|
||||
|
||||
<ListView
|
||||
android:id="@+id/wifiListView"
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
Reference in New Issue
Block a user