diff --git a/app/src/main/res/layout-land/contact_master_fragment.xml b/app/src/main/res/layout-land/contact_master_fragment.xml
index de40c5218..bcddbf525 100644
--- a/app/src/main/res/layout-land/contact_master_fragment.xml
+++ b/app/src/main/res/layout-land/contact_master_fragment.xml
@@ -141,9 +141,16 @@
android:queryBackground="@color/transparent_color"
android:queryHint="@string/contact_filter_hint"/>
+
+
diff --git a/app/src/main/res/layout-land/history_master_fragment.xml b/app/src/main/res/layout-land/history_master_fragment.xml
index 1a642e684..80ebf91c0 100644
--- a/app/src/main/res/layout-land/history_master_fragment.xml
+++ b/app/src/main/res/layout-land/history_master_fragment.xml
@@ -94,7 +94,7 @@
+
+
diff --git a/app/src/main/res/layout-sw533dp-land/history_master_fragment.xml b/app/src/main/res/layout-sw533dp-land/history_master_fragment.xml
index 3d6902543..b541dfc6f 100644
--- a/app/src/main/res/layout-sw533dp-land/history_master_fragment.xml
+++ b/app/src/main/res/layout-sw533dp-land/history_master_fragment.xml
@@ -104,7 +104,7 @@
@@ -50,7 +51,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/avatar"
+ android:paddingRight="10dp"
android:layout_marginTop="5dp"
+ android:layout_centerHorizontal="true"
android:singleLine="true" />
@@ -88,11 +91,11 @@
android:singleLine="true"
android:ellipsize="end"
android:text="@{String.valueOf(viewModel.unreadMessagesCount)}"
- android:visibility="@{viewModel.unreadMessagesCount == 0 ? View.GONE : View.VISIBLE}"/>
+ android:visibility="@{viewModel.unreadMessagesCount == 0 ? View.GONE : View.VISIBLE, default=gone}"/>
@@ -111,7 +114,7 @@
android:maxLines="2" />
diff --git a/app/src/main/res/layout/contact_master_fragment.xml b/app/src/main/res/layout/contact_master_fragment.xml
index a6d79c8b2..eb52cec7b 100644
--- a/app/src/main/res/layout/contact_master_fragment.xml
+++ b/app/src/main/res/layout/contact_master_fragment.xml
@@ -139,10 +139,17 @@
android:queryBackground="@color/transparent_color"
android:queryHint="@string/contact_filter_hint"/>
+
+
diff --git a/app/src/main/res/layout/history_list_cell.xml b/app/src/main/res/layout/history_list_cell.xml
index aa74c302a..460fb68c6 100644
--- a/app/src/main/res/layout/history_list_cell.xml
+++ b/app/src/main/res/layout/history_list_cell.xml
@@ -77,10 +77,12 @@
android:contentDescription="@{viewModel.iconContentDescription}"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_marginLeft="5dp"
android:layout_alignParentLeft="true"
android:adjustViewBounds="true"
- android:padding="7dp"/>
+ android:layout_marginLeft="10dp"
+ android:layout_marginRight="10dp"
+ android:paddingTop="7dp"
+ android:paddingBottom="7dp"/>
diff --git a/app/src/main/res/layout/history_master_fragment.xml b/app/src/main/res/layout/history_master_fragment.xml
index a17a0327f..8240d69bf 100644
--- a/app/src/main/res/layout/history_master_fragment.xml
+++ b/app/src/main/res/layout/history_master_fragment.xml
@@ -94,7 +94,7 @@