2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/19654 - Add RTL support for the "Add credit card" button from "Saved cards" (https://github.com/mozilla-mobile/fenix/pull/19666)

Co-authored-by: Ionut Cristian Bedregeanu <ionut.bedregeanu@softvision.ro>
This commit is contained in:
Bedregeanu Ionut 2021-05-26 18:58:49 +03:00 committed by GitHub
parent 3a74d32302
commit 126b678693

View File

@ -31,6 +31,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/add_credit_card_icon"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
android:textAlignment="viewStart" />
</androidx.constraintlayout.widget.ConstraintLayout>