Android View class android.support.v7.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant). #1883
Unanswered
richardhfj
asked this question in
Q&A
Replies: 1 comment
-
|
yes , same here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement the flutter_stripe plugin 11.0.0 into my app. It is currently functioning with my backend, functioning as expected on iOS. However, I am coming across several errors due to Android Theme.AppCompat issue.
I have copied and pasted the styles.xml for values and values-night directly from the Stripe example on GitHub, however it seems I am running into some type of conflict. I am also using Flutter Native Splash, and copied and pasted for the values31 folders as well.
styles.xml:
<style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar"> @drawable/launch_background </style> <style name="LaunchTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> @drawable/launch_background </style>Beta Was this translation helpful? Give feedback.
All reactions