Fix RTL constraints for Help screen.

fork-5.53.8
Cody Henthorne 2020-11-13 12:32:55 -05:00
rodzic e294a895e8
commit 96e241ef9c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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" />