|
@@ -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>
|