gpt4 book ai didi

java - 为什么使用 Material 按钮时我的应用程序崩溃?

转载 作者:行者123 更新时间:2023-12-02 08:56:57 25 4
gpt4 key购买 nike

我想使用 materail 按钮,但是当我编写并运行程序时,程序崩溃了。我需要什么帮助?

这是我的代码

<com.google.android.material.button.MaterialButton
style="@style/TextAppearance.MaterialComponents.Button"
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Button"/>

这个build.gradle

 implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.squareup.okhttp3:okhttp:4.2.2'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.squareup.okhttp:okhttp:2.7.5'
implementation 'de.hdodenhof:circleimageview:3.0.1'
implementation 'com.wang.avi:library:2.1.3'
implementation 'com.github.pwittchen:swipe-rx2:0.3.0'
implementation 'com.ogaclejapan.smarttablayout:library:2.0.0@aar'
implementation 'com.ogaclejapan.smarttablayout:utils-v4:2.0.0@aar'
implementation 'com.mcxiaoke.volley:library:1.0.19'
compile 'com.github.bumptech.glide:glide:3.8.0'
implementation 'org.greenrobot:eventbus:3.1.1'

最佳答案

要使 MaterialButton 正常工作,应用程序主题必须继承自 Theme.MaterialComponents(或其后代)

<style name="AppTheme" parent="Theme.MaterialComponents.Light">

关于java - 为什么使用 Material 按钮时我的应用程序崩溃?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60439785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com