You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of an Android question rather than Stripe, but couldn't figure out, sorry.
I'm getting line breaks at prices with long item descriptions:
Is there any way to always display single line prices, while shrinking the item description on left accordingly? In the fillOutCartItemView() method probably?
Tried something like below, but didn't help:
viewBinding.totalPrice.layoutParams.width = 100
Any suggestion or feedback will be welcomed and greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello there,
This is more of an Android question rather than Stripe, but couldn't figure out, sorry.
I'm getting line breaks at prices with long item descriptions:
Is there any way to always display single line prices, while shrinking the item description on left accordingly? In the fillOutCartItemView() method probably?
Tried something like below, but didn't help:
viewBinding.totalPrice.layoutParams.width = 100
Any suggestion or feedback will be welcomed and greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: