dropdown menu in kotlin (Android Studio)

Опубликовано: 28 Сентябрь 2024
на канале: Neko Code
12,083
like

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"