diff --git a/app/src/main/res/layout/rv_item_conversation_with_last_message.xml b/app/src/main/res/layout/rv_item_conversation_with_last_message.xml
index a67e65b8a..ccc918409 100644
--- a/app/src/main/res/layout/rv_item_conversation_with_last_message.xml
+++ b/app/src/main/res/layout/rv_item_conversation_with_last_message.xml
@@ -24,6 +24,7 @@
-->
@@ -41,8 +42,10 @@
+ android:layout_height="@dimen/avatar_size"
+ tools:src="@drawable/ic_call_black_24dp"/>
+ android:textSize="16sp"
+ tools:text="Best conversation"/>
+ android:layout_marginEnd="8dp"
+ tools:src="@drawable/ic_call_black_24dp"/>
+ android:textColor="@color/warm_grey_four"
+ tools:text="This is the last message\nof an incredibly long two line conversation text"/>
+ android:textColor="@color/white"
+ tools:text="1"/>
diff --git a/scripts/analysis/lint-results.txt b/scripts/analysis/lint-results.txt
index 9c26355bc..b35117bc9 100644
--- a/scripts/analysis/lint-results.txt
+++ b/scripts/analysis/lint-results.txt
@@ -1,2 +1,2 @@
DO NOT TOUCH; GENERATED BY DRONE
- Lint Report: 1 error and 132 warnings
+ Lint Report: 2 errors and 126 warnings