From bfee9581f2921f16be3dd15bfbdc66795bb877ef Mon Sep 17 00:00:00 2001 From: Navratan Soni Date: Fri, 21 Jun 2024 22:46:52 +0530 Subject: [PATCH 1/3] Fixed UI issue when less then 5 images are present --- .../src/main/res/layout/push_template_multi_icon.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/code/notificationbuilder/src/main/res/layout/push_template_multi_icon.xml b/code/notificationbuilder/src/main/res/layout/push_template_multi_icon.xml index 2c8bd71a..4477bc37 100644 --- a/code/notificationbuilder/src/main/res/layout/push_template_multi_icon.xml +++ b/code/notificationbuilder/src/main/res/layout/push_template_multi_icon.xml @@ -23,7 +23,6 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="match_parent" - android:weightSum="5" android:layout_centerVertical="true" android:gravity="center_vertical" android:layout_toStartOf="@+id/five_icon_close_button"/> From 938fecdc9cd8b9942fcd5ea91e04222b971154f9 Mon Sep 17 00:00:00 2001 From: Navratan Soni Date: Sat, 22 Jun 2024 00:30:48 +0530 Subject: [PATCH 2/3] Made space between title and body, added zero bazel notif fix --- .../src/main/res/layout/push_template_zero_bezel_expanded.xml | 1 + code/notificationbuilder/src/main/res/values/dimens.xml | 1 + code/notificationbuilder/src/main/res/values/styles.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/code/notificationbuilder/src/main/res/layout/push_template_zero_bezel_expanded.xml b/code/notificationbuilder/src/main/res/layout/push_template_zero_bezel_expanded.xml index f0f02ab4..451abc7b 100644 --- a/code/notificationbuilder/src/main/res/layout/push_template_zero_bezel_expanded.xml +++ b/code/notificationbuilder/src/main/res/layout/push_template_zero_bezel_expanded.xml @@ -40,6 +40,7 @@ 48dp 56dp 4dp + 4dp \ No newline at end of file diff --git a/code/notificationbuilder/src/main/res/values/styles.xml b/code/notificationbuilder/src/main/res/values/styles.xml index aec29723..2626dcbe 100644 --- a/code/notificationbuilder/src/main/res/values/styles.xml +++ b/code/notificationbuilder/src/main/res/values/styles.xml @@ -18,6 +18,7 @@ bold 12sp 1 + @dimen/standard_title_bottom_margin end