Fixed overlapping text when opening the category editing page

To fix this, I simply disabled the animation, which lags on low-end devices. I felt this was the best solution because such animation in the bottom sheet looks "messy", with noticeable jumps even on flagship phones.

Signed-off-by: Mikhail Mitrofanov <mk.mitrofanov@outlook.com>
This commit is contained in:
Mikhail Mitrofanov 2024-08-29 14:34:36 +02:00 committed by Alexander Borsuk
parent dba928b67f
commit 12d7965ddf

View file

@ -31,6 +31,7 @@
android:layout_height="wrap_content">
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/edit_list_name_input"
app:hintAnimationEnabled="false"
style="@style/MwmWidget.Editor.CustomTextInput"
android:textColorHint="?android:textColorSecondary"
app:endIconMode="custom"
@ -45,6 +46,7 @@
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<com.google.android.material.textfield.TextInputLayout
app:hintAnimationEnabled="false"
style="@style/MwmWidget.Editor.CustomTextInput"
android:textColorHint="?android:textColorSecondary">
<com.google.android.material.textfield.TextInputEditText