We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dac5e commit 0a6a1a7Copy full SHA for 0a6a1a7
app/src/main/res/layout/reactions_inside_message.xml
@@ -18,6 +18,7 @@
18
android:id="@+id/reactions_emoji_wrapper"
19
android:layout_width="wrap_content"
20
android:layout_height="wrap_content"
21
+ android:layout_marginTop="@dimen/standard_half_margin"
22
android:gravity="center_vertical"
- android:orientation="horizontal"/>
23
+ android:orientation="horizontal" />
24
</HorizontalScrollView>
0 commit comments