From 84d938da942854d54716fa998d3b8f4ce0311862 Mon Sep 17 00:00:00 2001
From: Nikita Fedrunov <66663241+fedrunov@users.noreply.github.com>
Date: Mon, 29 Aug 2022 10:17:27 +0200
Subject: [PATCH] fixed invites count badge bottom margin on a home screen
(#6948)
---
changelog.d/6947.wip | 1 +
vector/src/main/res/layout/item_invites_count.xml | 14 ++++++++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 changelog.d/6947.wip
diff --git a/changelog.d/6947.wip b/changelog.d/6947.wip
new file mode 100644
index 00000000000..9a3e13cddbb
--- /dev/null
+++ b/changelog.d/6947.wip
@@ -0,0 +1 @@
+[App Layout] fixed invites count badge bottom margin on a home screen
diff --git a/vector/src/main/res/layout/item_invites_count.xml b/vector/src/main/res/layout/item_invites_count.xml
index 6408749941a..8a5c2b1222e 100644
--- a/vector/src/main/res/layout/item_invites_count.xml
+++ b/vector/src/main/res/layout/item_invites_count.xml
@@ -3,11 +3,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="36sp"
android:background="?vctr_toolbar_background"
android:clickable="true"
android:focusable="true"
-
tools:viewBindingIgnore="true">
+
+