Skip to content

Commit 0a6a1a7

Browse files
style(reactions): Add default vertical spacing at top of reactions
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent a2dac5e commit 0a6a1a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/reactions_inside_message.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
android:id="@+id/reactions_emoji_wrapper"
1919
android:layout_width="wrap_content"
2020
android:layout_height="wrap_content"
21+
android:layout_marginTop="@dimen/standard_half_margin"
2122
android:gravity="center_vertical"
22-
android:orientation="horizontal"/>
23+
android:orientation="horizontal" />
2324
</HorizontalScrollView>

0 commit comments

Comments
 (0)