Add hidden SSID UI to dialog

This commit is contained in:
Mygod
2020-06-05 12:38:30 -04:00
parent c12bd1d6cb
commit faba486459
2 changed files with 13 additions and 1 deletions

View File

@@ -121,6 +121,13 @@
android:inputType="textNoSuggestions"
android:maxLength="17" />
</com.google.android.material.textfield.TextInputLayout>
<Switch
android:id="@+id/hidden_ssid"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dip"
style="@style/wifi_item_label"
android:text="Hidden network"/>
</LinearLayout>
</ScrollView>
</LinearLayout>