-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop-in Secondary description should allow >1 lines. #45
Comments
Hey @nirinchev, thanks for letting us know. Just to clarify, you're referring to the drop-in activity, at the top where we show the cart? Eg: |
Yes, exactly. The text that says "1 Item" is limited to one line, while multiple lines should be ok. Looking at the code, it would seem that https://github.com/braintree/braintree_android/blob/master/Drop-In/src/main/res/layout/bt_payment_description.xml#L37 is the culprit, but I am not familiar with the codebase enough to be sure. |
Yep, you'd be right. We'll take a closer look at this tomorrow.
|
@nirinchev: this was fixed in |
We have a case where we want to put a multiline secondary description. Is there any reason to limit it to 1 line? On iOS it works as expected, so I would assume it's a copy-paste bug on Android.
The text was updated successfully, but these errors were encountered: