From dd37adee5ce647c42ec782018ed749112670147e Mon Sep 17 00:00:00 2001 From: Anton Chekulaev Date: Fri, 21 Aug 2020 15:06:39 +1000 Subject: [PATCH] Layouts' default background replaced with a proper theme level window background. Bottom sheet style unified. --- .../home_activity_gradient.xml | 11 ----- .../default_bottom_sheet_background.xml | 2 +- res/drawable/default_dialog_background.xml | 2 +- res/drawable/home_activity_gradient.xml | 4 +- res/drawable/ic_baseline_block_24.xml | 10 ++++ res/drawable/ic_baseline_delete_24.xml | 10 ++++ .../ic_phonelink_erase_white_24dp.xml | 14 ++++-- res/layout-sw400dp/activity_display_name.xml | 1 - res/layout-sw400dp/activity_landing.xml | 1 - res/layout-sw400dp/activity_pn_mode.xml | 1 - res/layout-sw400dp/activity_register.xml | 1 - res/layout-sw400dp/activity_restore.xml | 1 - res/layout-sw400dp/activity_seed.xml | 1 - .../fragment_enter_chat_url.xml | 1 - .../fragment_enter_public_key.xml | 1 - ...ment_multi_device_removal_bottom_sheet.xml | 42 ----------------- .../fragment_enter_session_id.xml | 1 - res/layout/activity_create_closed_group.xml | 3 +- res/layout/activity_display_name.xml | 1 - res/layout/activity_edit_closed_group.xml | 1 - res/layout/activity_home.xml | 1 - res/layout/activity_landing.xml | 1 - res/layout/activity_linked_devices.xml | 3 +- res/layout/activity_path.xml | 1 - res/layout/activity_pn_mode.xml | 1 - res/layout/activity_register.xml | 1 - res/layout/activity_restore.xml | 1 - res/layout/activity_seed.xml | 1 - res/layout/activity_select_contacts.xml | 3 +- res/layout/activity_settings.xml | 1 - res/layout/conversation_activity.xml | 5 +- res/layout/create_passphrase_activity.xml | 47 ++++++++++--------- ...ragment_closed_group_edit_bottom_sheet.xml | 7 +-- .../fragment_conversation_bottom_sheet.xml | 30 +++++++----- .../fragment_device_list_bottom_sheet.xml | 13 ++--- res/layout/fragment_enter_chat_url.xml | 1 - res/layout/fragment_enter_public_key.xml | 1 - res/layout/fragment_enter_session_id.xml | 1 - ...ment_multi_device_removal_bottom_sheet.xml | 3 +- .../fragment_scan_qr_code_placeholder.xml | 3 +- res/layout/fragment_view_my_qr_code.xml | 3 +- res/layout/media_overview_activity.xml | 1 - .../media_overview_documents_fragment.xml | 3 +- .../media_overview_gallery_fragment.xml | 3 +- res/layout/media_preview_activity.xml | 3 +- res/layout/mediapicker_folder_fragment.xml | 5 +- res/layout/mediapicker_item_fragment.xml | 5 +- res/layout/mediasend_activity.xml | 3 +- res/layout/message_details_activity.xml | 1 - res/layout/prompt_passphrase_activity.xml | 1 - res/layout/share_activity.xml | 3 +- res/layout/unknown_sender_view.xml | 2 +- res/menu/conversation_block.xml | 2 +- res/menu/media_overview_context.xml | 2 +- res/menu/media_preview.xml | 2 +- res/menu/menu_apply.xml | 2 +- res/menu/menu_edit_closed_group.xml | 11 +++++ res/values-notnight/colors.xml | 2 +- res/values-notnight/styles.xml | 4 ++ res/values-notnight/themes.xml | 5 +- res/values/attrs.xml | 4 ++ res/values/styles.xml | 10 ++-- res/values/themes.xml | 25 ++++++---- .../conversation/ConversationActivity.java | 38 +++++---------- .../activities/EditClosedGroupActivity.kt | 6 +-- .../securesms/loki/activities/HomeActivity.kt | 10 ++-- .../dialogs/ConversationOptionsBottomSheet.kt | 16 +++---- 67 files changed, 179 insertions(+), 227 deletions(-) delete mode 100644 res/drawable-notnight/home_activity_gradient.xml create mode 100644 res/drawable/ic_baseline_block_24.xml create mode 100644 res/drawable/ic_baseline_delete_24.xml delete mode 100644 res/layout-sw400dp/fragment_multi_device_removal_bottom_sheet.xml create mode 100644 res/menu/menu_edit_closed_group.xml diff --git a/res/drawable-notnight/home_activity_gradient.xml b/res/drawable-notnight/home_activity_gradient.xml deleted file mode 100644 index 3f7d23f43f..0000000000 --- a/res/drawable-notnight/home_activity_gradient.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/drawable/default_bottom_sheet_background.xml b/res/drawable/default_bottom_sheet_background.xml index 127fdb9645..24809b2d43 100644 --- a/res/drawable/default_bottom_sheet_background.xml +++ b/res/drawable/default_bottom_sheet_background.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> - + diff --git a/res/drawable/default_dialog_background.xml b/res/drawable/default_dialog_background.xml index b97c837b83..c0937a9d1d 100644 --- a/res/drawable/default_dialog_background.xml +++ b/res/drawable/default_dialog_background.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> - + diff --git a/res/drawable/home_activity_gradient.xml b/res/drawable/home_activity_gradient.xml index 3392368a5c..b160d68fee 100644 --- a/res/drawable/home_activity_gradient.xml +++ b/res/drawable/home_activity_gradient.xml @@ -4,8 +4,8 @@ android:shape="rectangle"> \ No newline at end of file diff --git a/res/drawable/ic_baseline_block_24.xml b/res/drawable/ic_baseline_block_24.xml new file mode 100644 index 0000000000..9fefeec67e --- /dev/null +++ b/res/drawable/ic_baseline_block_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/drawable/ic_baseline_delete_24.xml b/res/drawable/ic_baseline_delete_24.xml new file mode 100644 index 0000000000..3c4030b03e --- /dev/null +++ b/res/drawable/ic_baseline_delete_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/res/drawable/ic_phonelink_erase_white_24dp.xml b/res/drawable/ic_phonelink_erase_white_24dp.xml index dc5c1b0260..fbd3ad6578 100644 --- a/res/drawable/ic_phonelink_erase_white_24dp.xml +++ b/res/drawable/ic_phonelink_erase_white_24dp.xml @@ -1,5 +1,11 @@ - - + + diff --git a/res/layout-sw400dp/activity_display_name.xml b/res/layout-sw400dp/activity_display_name.xml index 1716f068f2..d0420ab46d 100644 --- a/res/layout-sw400dp/activity_display_name.xml +++ b/res/layout-sw400dp/activity_display_name.xml @@ -3,7 +3,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/default_session_background" android:orientation="vertical"> diff --git a/res/layout-sw400dp/fragment_enter_chat_url.xml b/res/layout-sw400dp/fragment_enter_chat_url.xml index 4755debf50..07da3c7bf3 100644 --- a/res/layout-sw400dp/fragment_enter_chat_url.xml +++ b/res/layout-sw400dp/fragment_enter_chat_url.xml @@ -4,7 +4,6 @@ android:id="@+id/contentView" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/default_session_background" android:gravity="center_horizontal" android:orientation="vertical"> diff --git a/res/layout-sw400dp/fragment_enter_public_key.xml b/res/layout-sw400dp/fragment_enter_public_key.xml index cf74f40d22..b826a3aadf 100644 --- a/res/layout-sw400dp/fragment_enter_public_key.xml +++ b/res/layout-sw400dp/fragment_enter_public_key.xml @@ -4,7 +4,6 @@ android:id="@+id/contentView" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/default_session_background" android:gravity="center_horizontal" android:orientation="vertical"> diff --git a/res/layout-sw400dp/fragment_multi_device_removal_bottom_sheet.xml b/res/layout-sw400dp/fragment_multi_device_removal_bottom_sheet.xml deleted file mode 100644 index f861c91246..0000000000 --- a/res/layout-sw400dp/fragment_multi_device_removal_bottom_sheet.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -