From 5023cac77b610181ff057d7940b3511e2cdb26e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=81ctor=20Abraham?= Date: Wed, 14 Feb 2024 11:44:43 +0100 Subject: [PATCH] Fixing profile fields list constraint in MyProfileFragment The list height was wrap_content, so when the space was limited with the new Gravatar view, the list was unusable. It kept behind the Gravatar view. This was visible, for example, in landscape or with a bigger text size. Adding the constraint to the top of the Gravatar view should minimize the issue. There are still some corners case where the UX can be improved. --- WordPress/src/main/res/layout/my_profile_fragment.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WordPress/src/main/res/layout/my_profile_fragment.xml b/WordPress/src/main/res/layout/my_profile_fragment.xml index e9f62391db70..191a0038fc57 100644 --- a/WordPress/src/main/res/layout/my_profile_fragment.xml +++ b/WordPress/src/main/res/layout/my_profile_fragment.xml @@ -9,7 +9,9 @@