forked from organicmaps/organicmaps-tmp
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:
parent
dba928b67f
commit
12d7965ddf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue