You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<com.google.android.material.textfield.TextInputLayout style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="4dp" android:hint="@string/cat_textfield_label" app:errorEnabled="true" app:helperText="@string/cat_textfield_outlined_exposed_dropdown_helper_text" app:helperTextEnabled="true"> <AutoCompleteTextView android:id="@+id/outlined_exposed_dropdown" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="none"/> </com.google.android.material.textfield.TextInputLayout>
Use this with ViewPager + Fragment, scroll and init is very lag
I found out is happen when use the style @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu
The text was updated successfully, but these errors were encountered:
voarlese
changed the title
Stype ExposedDropdownMenu is bad performance of Smooth
Style ExposedDropdownMenu is bad performance of Smooth
Aug 3, 2020
<com.google.android.material.textfield.TextInputLayout style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="4dp" android:hint="@string/cat_textfield_label" app:errorEnabled="true" app:helperText="@string/cat_textfield_outlined_exposed_dropdown_helper_text" app:helperTextEnabled="true"> <AutoCompleteTextView android:id="@+id/outlined_exposed_dropdown" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="none"/> </com.google.android.material.textfield.TextInputLayout>
Use this with ViewPager + Fragment, scroll and init is very lag
I found out is happen when use the style @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu
The text was updated successfully, but these errors were encountered: