Fix RTL constraints for Help screen.

This commit is contained in:
Cody Henthorne 2020-11-13 12:32:55 -05:00
parent e294a895e8
commit 96e241ef9c

View file

@ -124,7 +124,7 @@
android:gravity="center"
android:scaleType="centerInside"
app:layout_constraintBottom_toBottomOf="@id/help_fragment_emoji_5"
app:layout_constraintEnd_toEndOf="@id/help_fragment_emoji_3"
app:layout_constraintEnd_toStartOf="@id/help_fragment_emoji_3"
app:layout_constraintStart_toEndOf="@id/help_fragment_emoji_5"
app:layout_constraintTop_toTopOf="@id/help_fragment_emoji_5" />