From 4e859a84ce1cfa6f56c9a5ee3e15322640d08b52 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Wed, 24 Jul 2019 11:04:21 -0400 Subject: [PATCH] UI tweaks in the media send flow. --- res/drawable/ic_download_filled_24.xml | 9 +++++++++ res/drawable/ic_download_outline_24.xml | 9 +++++++++ res/layout/camera_contact_contact_item.xml | 4 ++-- res/layout/camera_contact_selection_fragment.xml | 13 +++++++++---- res/layout/conversation_list_fragment.xml | 2 +- res/menu/media_preview.xml | 3 ++- 6 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 res/drawable/ic_download_filled_24.xml create mode 100644 res/drawable/ic_download_outline_24.xml diff --git a/res/drawable/ic_download_filled_24.xml b/res/drawable/ic_download_filled_24.xml new file mode 100644 index 0000000000..f479812e44 --- /dev/null +++ b/res/drawable/ic_download_filled_24.xml @@ -0,0 +1,9 @@ + + + diff --git a/res/drawable/ic_download_outline_24.xml b/res/drawable/ic_download_outline_24.xml new file mode 100644 index 0000000000..196a4a1f15 --- /dev/null +++ b/res/drawable/ic_download_outline_24.xml @@ -0,0 +1,9 @@ + + + diff --git a/res/layout/camera_contact_contact_item.xml b/res/layout/camera_contact_contact_item.xml index b881a74b0e..a6447528c1 100644 --- a/res/layout/camera_contact_contact_item.xml +++ b/res/layout/camera_contact_contact_item.xml @@ -13,8 +13,8 @@ + android:layout_width="44dp" + android:layout_height="44dp" /> + + + app:constraint_referenced_ids="camera_contacts_send_button,camera_contacts_selected_list,camera_contacts_bottom_shadow" /> \ No newline at end of file diff --git a/res/layout/conversation_list_fragment.xml b/res/layout/conversation_list_fragment.xml index 234097a7ab..e964f86d6f 100644 --- a/res/layout/conversation_list_fragment.xml +++ b/res/layout/conversation_list_fragment.xml @@ -72,7 +72,7 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_marginEnd="16dp" - android:layout_marginBottom="82dp" + android:layout_marginBottom="88dp" android:src="@drawable/ic_camera_alt_white_24dp" android:tint="@color/core_grey_60" android:focusable="true" diff --git a/res/menu/media_preview.xml b/res/menu/media_preview.xml index 0494165551..b628771746 100644 --- a/res/menu/media_preview.xml +++ b/res/menu/media_preview.xml @@ -7,7 +7,8 @@ app:showAsAction="always"/>