add Button

This commit is contained in:
MLiL0 2025-02-27 14:26:27 +03:00
parent ebbf172968
commit 94afbc9f1d

View File

@ -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"