diff --git a/app/src/main/res/layout-land/chat_list_fragment.xml b/app/src/main/res/layout-land/chat_list_fragment.xml index 836b4b999..1f9861d41 100644 --- a/app/src/main/res/layout-land/chat_list_fragment.xml +++ b/app/src/main/res/layout-land/chat_list_fragment.xml @@ -93,14 +93,10 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginTop="@dimen/top_bar_height" + android:layout_marginStart="@dimen/landscape_nav_bar_width" /> + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginTop="@dimen/top_bar_height" + android:layout_marginStart="@dimen/landscape_nav_bar_width" /> + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginTop="@dimen/top_bar_height" + android:layout_marginStart="@dimen/landscape_nav_bar_width" /> diff --git a/app/src/main/res/layout/contacts_list_fragment.xml b/app/src/main/res/layout/contacts_list_fragment.xml index 658962b07..2a3bde1fa 100644 --- a/app/src/main/res/layout/contacts_list_fragment.xml +++ b/app/src/main/res/layout/contacts_list_fragment.xml @@ -115,13 +115,9 @@ diff --git a/app/src/main/res/layout/history_list_cell.xml b/app/src/main/res/layout/history_list_cell.xml index e7041d8d1..b9da75845 100644 --- a/app/src/main/res/layout/history_list_cell.xml +++ b/app/src/main/res/layout/history_list_cell.xml @@ -27,6 +27,8 @@ android:onLongClickListener="@{onLongClickListener}" android:layout_width="match_parent" android:layout_height="wrap_content" + android:paddingStart="16dp" + android:paddingEnd="16dp" android:background="@drawable/primary_cell_background"> + android:layout_height="wrap_content" + android:paddingStart="16dp" + android:paddingEnd="16dp">