Closed Stupidman22 closed 3 years ago
Could you tell me more about which library version and how do you implement the app theme in your project?
Because the latest version solved #93 that similar to your issue and I need more information. Only stack track is not enough to reproduce this problem.
Hi, my mistake. I had tried the lastest version. It still have this issue. To reproduce this issue please showing any androidx.appcompat.app.AlertDialog to test. Thank you
Hi there, we're facing the same problem since updating from 1.2.6 to 1.2.7 (in our case when displaying a Snackbar). Took quite a while to find this issue here 😄
Stacktrace:
Binary XML file line #26: Binary XML file line #26: Error inflating class TextView
java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x2/d=0x101009b a=1}
at android.content.res.TypedArray.getColorStateList(TypedArray.java:569)
at android.widget.TextView.<init>(TextView.java:984)
at android.widget.TextView.<init>(TextView.java:889)
at androidx.appcompat.widget.AppCompatTextView.<init>(SourceFile:100)
at androidx.appcompat.widget.AppCompatTextView.<init>(SourceFile:95)
at androidx.appcompat.app.AppCompatViewInflater.createTextView(SourceFile:194)
at androidx.appcompat.app.AppCompatViewInflater.createView
at androidx.appcompat.app.AppCompatDelegateImpl.createView(SourceFile:1551)
at androidx.appcompat.app.AppCompatDelegateImpl.onCreateView(SourceFile:1602)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:783)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:741)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:874)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:835)
at android.view.LayoutInflater.inflate(LayoutInflater.java:515)
at android.view.LayoutInflater.inflate(LayoutInflater.java:423)
at com.google.android.material.snackbar.Snackbar.makeInternal(SourceFile:209)
at com.google.android.material.snackbar.Snackbar.make(SourceFile:157)
Does the latest version already fix that?
Cheers!
@tobi512 Yes, fixed (see #93).
1.2.10 is live. please check on your project and don't forget to give me a feedback.
@akexorcist Hello the issue about dialog had been fix. But there have new issue in android Q and R OS If using
Device Qos (some samsung devices). Issue cause when you using androidx.appcompat.app.AlertDialog Hope you can fix it soon. Thank you [Plus at this time for any one face the same issue like me. Please override