Files
vpnhotspotmod/mobile/src/main/res/layout/preference_widget_edittext_autocomplete.xml

13 lines
620 B
XML

<?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>