mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
RTL fix for donations receipts.
This commit is contained in:
@@ -62,6 +62,8 @@ object ReceiptImageRenderer {
|
||||
.from(context)
|
||||
.inflate(R.layout.donation_receipt_png, null)
|
||||
|
||||
view.layoutDirection = context.resources.configuration.layoutDirection
|
||||
|
||||
view.findViewById<TextView>(R.id.date).text = today
|
||||
view.findViewById<TextView>(R.id.amount).text = amount
|
||||
view.findViewById<TextView>(R.id.donation_type).text = type
|
||||
|
||||
Reference in New Issue
Block a user