We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9b0e4b + 2175d0d commit 145cdfdCopy full SHA for 145cdfd
app/src/main/res/layout/dialog_message_actions.xml
@@ -115,8 +115,8 @@
115
android:id="@+id/emojiFire"
116
android:layout_width="@dimen/reaction_bottom_sheet_layout_size"
117
android:layout_height="@dimen/reaction_bottom_sheet_layout_size"
118
- android:layout_marginLeft="@dimen/standard_quarter_margin"
119
- android:layout_marginRight="@dimen/standard_half_margin"
+ android:layout_marginStart="@dimen/standard_quarter_margin"
+ android:layout_marginEnd="@dimen/standard_half_margin"
120
android:cursorVisible="false"
121
android:gravity="center"
122
android:text="@string/emoji_fire"
0 commit comments