En esta aplicación básica se muestra cómo implementar un Dropdown menú a un text field el lenguaje utilizado es kotlin
Add
android:focusableInTouchMode="true"
API 24: Android 7.0 (Nougat)
com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
Download
0 formats
No download links available.
dropdown menu in kotlin (Android Studio) | NatokHD