Fix #9131 Profile appearance: Keyboard opens up, while scrolling

This commit is contained in:
Dima-1 2020-09-02 16:27:48 +03:00
parent ec69531993
commit 8d0b9909d7

View file

@ -13,6 +13,8 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_margin="@dimen/list_content_padding"
android:focusable="true"
android:focusableInTouchMode="true"
app:primaryColor="@color/active_color_primary_dark"
app:secondaryColor="?android:textColorSecondary"
app:errorColor="@color/color_invalid"