Fixed
Status Update
Comments
gu...@gmail.com <gu...@gmail.com> #2
Hello,
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs
and request features
on Google Cloud products. Please go through
I recommend you to
For now, I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you!
gu...@gmail.com <gu...@gmail.com> #3
Sorry I didn't use compileSdkVersion = 25 but 24.
Will try it and post an update.
Will try it and post an update.
gu...@gmail.com <gu...@gmail.com> #4
Well, there is still the issue.
compileSdkVersion 25
buildToolsVersion '25'
targetSdkVersion 25
SUPPORT_LIBRARY_VERSION = '25.0.0'
compileSdkVersion 25
buildToolsVersion '25'
targetSdkVersion 25
SUPPORT_LIBRARY_VERSION = '25.0.0'
al...@android.com <al...@android.com>
aa...@gmail.com <aa...@gmail.com> #7
Is there a workaround for this issue?
gu...@gmail.com <gu...@gmail.com> #8
Instead of:
setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_clear, 0)
you have to use TextViewCompat:
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(this, 0, 0, R.drawable.ic_clear, 0)
Credit goes to Braintree team with this commit:https://github.com/braintree/android-card-form/blob/59277506b4db3e66fbecfe45dc9c290efd1bb978/CardForm/src/main/java/com/braintreepayments/cardform/view/CardEditText.java#L148
setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_clear, 0)
you have to use TextViewCompat:
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(this, 0, 0, R.drawable.ic_clear, 0)
Credit goes to Braintree team with this commit:
ch...@google.com <ch...@google.com>
al...@android.com <al...@android.com> #9
This has been released in support library 25.0.1.
Description
- I use something like a [Clearable EditText](
It works well on Support Lib v24.2.1 but the icon doesn't show on v25.0.0
- [Braintree CardForm](
Screenshots before/after: