Refine AutoCompleteNetworkPreferenceDialogFragment

This commit is contained in:
Mygod
2023-02-11 21:01:42 -05:00
parent dc3bc58b5e
commit 51672dea16
2 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.textfield.TextInputLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu">
<be.mygod.vpnhotspot.widget.AlwaysAutoCompleteEditText
android:id="@android:id/edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/touch_target_min"/>
</com.google.android.material.textfield.TextInputLayout>