gpt4 book ai didi

android - 我应该实现哪个库来使用应用程序 :layout_behavior ="@string/appbar_scrolling_view_behavior"

转载 作者:行者123 更新时间:2023-11-29 18:27:22 32 4
gpt4 key购买 nike

我想在 xml 文件中添加 app:layout_behavior 属性,但不支持。我应该在 gradle 文件中添加哪个库?

compile 'com.android.support:design:22.2.0

当我添加此编译库时,android Studio 给出错误,我必须让 androidx 库支持该 app:layout_behavior

apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
applicationId "com.example.expensemanager"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

implementation 'com.google.firebase:firebase-analytics:17.2.0'
implementation 'com.google.firebase:firebase-auth:19.0.0'
implementation 'com.google.firebase:firebase-database:19.1.0'
implementation 'com.google.firebase:firebase-functions:19.0.1'
implementation 'androidx.cardview:cardview:1.0.0'


}
apply plugin: 'com.google.gms.google-services'

请帮助我我应该实现什么来支持app:layout_behavior

最佳答案

使用 Material Components Library这是 Android 设计支持库的直接替代品。

implementation 'com.google.android.material:material:1.1.0-beta02'

或最新稳定版:

implementation 'com.google.android.material:material:1.0.0'

关于android - 我应该实现哪个库来使用应用程序 :layout_behavior ="@string/appbar_scrolling_view_behavior",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58095515/

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