diff --git a/OsmAnd-telegram/res/layout/user_list_item.xml b/OsmAnd-telegram/res/layout/user_list_item.xml index dad854c75f..f12003911f 100644 --- a/OsmAnd-telegram/res/layout/user_list_item.xml +++ b/OsmAnd-telegram/res/layout/user_list_item.xml @@ -35,13 +35,21 @@ android:layout_marginStart="@dimen/list_item_icon_margin_left" tools:src="@drawable/img_user_picture"/> - + android:minHeight="@dimen/list_item_height" + android:paddingTop="@dimen/content_padding_half" + android:paddingBottom="@dimen/content_padding_half"> + + @@ -117,7 +124,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" - android:paddingBottom="@dimen/content_padding_half" tools:visibility="visible"> + +