Fix for display issues with non default font sizes (issue #955)

Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
This commit is contained in:
Dariusz Olszewski 2021-03-16 23:09:01 +01:00
parent c08813d585
commit dde5315460

View File

@ -26,14 +26,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/rv_item_view_height"
android:layout_height="wrap_content"
android:layout_margin="@dimen/double_margin_between_elements">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<FrameLayout
android:id="@+id/dialogAvatarFrameLayout"
android:layout_width="@dimen/small_item_height"
@ -126,5 +121,4 @@
android:textSize="16sp"
tools:text="Best conversation" />
</RelativeLayout>
</RelativeLayout>