From 466395a34b6a02bba4de6a8ec008e5cc1871f46d Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 16 Dec 2024 11:29:42 +0100 Subject: [PATCH] Added + icon under 0 in dialpad, changed background color in dark mode --- app/src/main/res/drawable/plus.xml | 9 +++++++ ....xml => shape_bottom_sheet_background.xml} | 2 +- ..._conversation_e2e_details_bottom_sheet.xml | 2 +- ...nversation_unsafe_details_bottom_sheet.xml | 2 +- .../chat_ephemeral_lifetime_fragment.xml | 10 ++++---- .../layout/start_call_numpad_bottom_sheet.xml | 25 +++++++++++-------- app/src/main/res/values-night/themes.xml | 1 + app/src/main/res/values/attrs.xml | 1 + app/src/main/res/values/styles.xml | 1 + app/src/main/res/values/themes.xml | 1 + 10 files changed, 35 insertions(+), 19 deletions(-) create mode 100644 app/src/main/res/drawable/plus.xml rename app/src/main/res/drawable/{shape_bottom_sheet_gray_100_background.xml => shape_bottom_sheet_background.xml} (73%) diff --git a/app/src/main/res/drawable/plus.xml b/app/src/main/res/drawable/plus.xml new file mode 100644 index 000000000..71b33fefc --- /dev/null +++ b/app/src/main/res/drawable/plus.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/shape_bottom_sheet_gray_100_background.xml b/app/src/main/res/drawable/shape_bottom_sheet_background.xml similarity index 73% rename from app/src/main/res/drawable/shape_bottom_sheet_gray_100_background.xml rename to app/src/main/res/drawable/shape_bottom_sheet_background.xml index 32a79568b..fa8501363 100644 --- a/app/src/main/res/drawable/shape_bottom_sheet_gray_100_background.xml +++ b/app/src/main/res/drawable/shape_bottom_sheet_background.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/layout/chat_conversation_e2e_details_bottom_sheet.xml b/app/src/main/res/layout/chat_conversation_e2e_details_bottom_sheet.xml index 00a6f5bbb..f9b3e4fef 100644 --- a/app/src/main/res/layout/chat_conversation_e2e_details_bottom_sheet.xml +++ b/app/src/main/res/layout/chat_conversation_e2e_details_bottom_sheet.xml @@ -9,7 +9,7 @@ diff --git a/app/src/main/res/layout/chat_conversation_unsafe_details_bottom_sheet.xml b/app/src/main/res/layout/chat_conversation_unsafe_details_bottom_sheet.xml index 0c5210e27..18deddcbe 100644 --- a/app/src/main/res/layout/chat_conversation_unsafe_details_bottom_sheet.xml +++ b/app/src/main/res/layout/chat_conversation_unsafe_details_bottom_sheet.xml @@ -9,7 +9,7 @@ diff --git a/app/src/main/res/layout/chat_ephemeral_lifetime_fragment.xml b/app/src/main/res/layout/chat_ephemeral_lifetime_fragment.xml index 0a8bafbe2..a04d4f9f6 100644 --- a/app/src/main/res/layout/chat_ephemeral_lifetime_fragment.xml +++ b/app/src/main/res/layout/chat_ephemeral_lifetime_fragment.xml @@ -115,7 +115,7 @@ android:layout_height="1dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - android:background="?attr/color_main2_300"/> + android:background="?attr/color_separator"/> + android:background="?attr/color_separator"/> + android:background="?attr/color_separator"/> + android:background="?attr/color_separator"/> + android:background="?attr/color_separator"/> @color/text_field_background_color_dark_mode @color/background_color_alt_dark_mode @color/gray_main2_400 + @color/background_color_alt_dark_mode