You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Stripe in my application, which requires using Theme.MaterialComponents instead of @android:style/Theme.Black.NoTitleBar in my styles.xml files
Could you add an option to use generate the files using Theme.MaterialComponents instead? It's literally a one line swap in each of the styles.xml files
from
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
to
<style name="NormalTheme" parent="Theme.MaterialComponents">
I am hesitant to add a feature for a single use case. Other users of this package: please give @sirwes' request above a thumbs up if you also need this feature.
I use Stripe in my application, which requires using Theme.MaterialComponents instead of @android:style/Theme.Black.NoTitleBar in my styles.xml files
Could you add an option to use generate the files using Theme.MaterialComponents instead? It's literally a one line swap in each of the styles.xml files
from
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
to
<style name="NormalTheme" parent="Theme.MaterialComponents">
Reference:
https://github.com/flutter-stripe/flutter_stripe#android
https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/app/src/main/res/values/styles.xml#L15
The text was updated successfully, but these errors were encountered: