style(reactions): Add default vertical spacing at top of reactions

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-01-16 15:53:30 +01:00
parent a2dac5e0fa
commit 0a6a1a703f
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -18,6 +18,7 @@
android:id="@+id/reactions_emoji_wrapper"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/standard_half_margin"
android:gravity="center_vertical"
android:orientation="horizontal"/>
android:orientation="horizontal" />
</HorizontalScrollView>