sample-store-android
sample-store-android copied to clipboard
Prevent line break on CartItemBinding
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!