From 7b8b92706b60525fe7844063903e5387f6e7b796 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 16 Sep 2024 09:50:39 +0200 Subject: [PATCH] Added very slight shadow effect at top of main lists --- .../shape_squircle_white_r20_top_shadow.xml | 8 ++++++++ .../res/layout-land/meetings_list_fragment.xml | 6 ------ app/src/main/res/layout/chat_list_fragment.xml | 8 ++++++++ app/src/main/res/layout/contacts_list_fragment.xml | 8 ++++++++ app/src/main/res/layout/history_list_fragment.xml | 8 ++++++++ app/src/main/res/layout/meetings_list_fragment.xml | 14 ++++++++------ app/src/main/res/values/colors.xml | 1 + app/src/main/res/values/dimen.xml | 1 + 8 files changed, 42 insertions(+), 12 deletions(-) create mode 100644 app/src/main/res/drawable/shape_squircle_white_r20_top_shadow.xml diff --git a/app/src/main/res/drawable/shape_squircle_white_r20_top_shadow.xml b/app/src/main/res/drawable/shape_squircle_white_r20_top_shadow.xml new file mode 100644 index 000000000..f41a555a6 --- /dev/null +++ b/app/src/main/res/drawable/shape_squircle_white_r20_top_shadow.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-land/meetings_list_fragment.xml b/app/src/main/res/layout-land/meetings_list_fragment.xml index c303c48e5..7b1ba589e 100644 --- a/app/src/main/res/layout-land/meetings_list_fragment.xml +++ b/app/src/main/res/layout-land/meetings_list_fragment.xml @@ -32,12 +32,6 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - + + + + + + - - + + #000000 #FFFFFF #99000000 + #30000000 #FFEACB #80FFEACB diff --git a/app/src/main/res/values/dimen.xml b/app/src/main/res/values/dimen.xml index e5d695ce7..2b066a1c8 100644 --- a/app/src/main/res/values/dimen.xml +++ b/app/src/main/res/values/dimen.xml @@ -42,6 +42,7 @@ 11dp 20dp + 54dp 55dp 70dp 400dp