- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 styles.xml
中遇到 'Theme.MaterialComponents.Light.NoActionBar'
错误('Theme.MaterialComponents.Light.NoActionBar) '
由于错误而变成红色)在几次 gradle 更新后。我的组件也没有按照我的设计理念很好地排列。
我已经清理并重建项目,使缓存/重新启动无效,更新 gradle(可能不是正确的答案),但没有答案。我只是想也许我是唯一一个遇到这个问题的人,也许是我的初学者水平问题:')
样式.xml
`
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/hitam</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
`
项目等级
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.google.gms:google-services:4.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
'
应用程序分级
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 29
defaultConfig {
applicationId "blablabla"
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '29.0.1'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.10.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.firebase:firebase-core:17.0.1'
implementation 'com.google.firebase:firebase-auth:18.1.0'
implementation 'com.google.firebase:firebase-database:18.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
}
apply plugin: 'com.google.gms.google-services'
buildToolsVersion = '29.0.1'
}
`
我希望本地球上没有人出现此错误时,该错误是不可见的。请帮忙T_T
最佳答案
Material Components themes包含在Material Components for Android library中.
由于您使用的是 androidx 库,只需在 app/build.gradle
文件中添加此依赖项即可。
dependencies {
// ...
implementation 'com.google.android.material:material:x.x.x'
// ...
}
目前(2022年4月29日)最新稳定版本为
implementation 'com.google.android.material:material:1.5.0'
在这里您可以找到所有信息the setup .
关于java - 无法解析符号 Theme.MaterialComponents.Light.NoActionBar (Android Studio),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57282947/
其他一切都工作正常,但此 Material 组件无法导入到项目中的任何位置。我已经尝试构建项目,重新启动 Xcode。 platform :ios, '10.0' target 'BitcoinTic
我正在尝试使用 MaterialComponents 中的 MDCRaisedButton,将其添加为类似于我所有其他依赖项的 pod 依赖项,但是当我尝试导入它时出现编译错误 Module Mate
我想在我的 Swift 4 中使用 MaterialComponents 为我的 View 添加阴影,但我不明白如何使用阴影电梯。我创建了一个名为 ShadowedView 的类,类似于 docume
最近我从支持库切换到 com.google.android.material:material:1.0.0 但是现在我有一个问题,在这个页面中有一个注释 https://github.com/mate
我正在从 AppCompat 迁移到 MaterialComponents,我想保留一些以 AppCompat 为主题的小部件(如底部导航栏)。但是,当我想将 MaterialComponents 主
This is my situation, as you can see I have a daterangepicker from the MaterialComponents.DatePicker
阅读 MaterialComponents theme alert dialog buttons和 https://medium.com/@lcdsmao/material-design-custom
说明:将我的应用程序更改为Theme.MaterialComponents.NoActionBar后,在我的xml文件中,按钮标签的android:background="@drawable/logi
我是快速发展的新手 我试图在我的应用程序中实现 Material 卡。我已安装 'MaterialComponents' using Cocoapods.我可以import MaterialCompo
当我使用 AppCompat 时,它工作正常,但当我更改为 MaterialComponents 时,它看起来很糟糕。 查看当前图片: 请参阅“W”,它没有正确显示。对于 'H' 也是同样的问题。 注
起初,我的应用使用风格。但我将其更改为 Material Components (为了使用标签的 Material 徽章计数)。所以改变后的样式是这样的: @color/gree
我正在为我们的应用程序使用 Material 组件主题。现在我们想要一种自定义字体,我设法将其应用于下面主题的几乎所有地方,它使用 Material 组件定义的各种 textAppearance...
我有两个主题 Theme.MaterialComponents.Light.DarkActionBar 和 Theme.MaterialComponents。对于第一个主题,我的日期选择器对话框看起来
我正在使用 Theme.MaterialComponent ,但它不影响我的actionBar,为什么? 样式.xml @color/colorPrimary
我正在尝试将 customView 添加到 MDCTabBarItem 使用 mdc_customView 但项目没有采用正确的宽度,结果如下 如果我不设置 mdc_customView value
以下是我的依赖 implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.appcomp
我是 Android 新手,我可能有一个愚蠢/愚蠢的问题。我有一个 Activity ,我想在其中动态创建多个输入字段。输入字段的数量由用户定义。 因为输入是样式化的并且由 2 个元素组成,并且不想每
在我的 build.gradle 中,我包含了 Material 设计库(版本 1.1.0),但在 styles.xml 中, 当我尝试使用 Theme.MaterialComponents.DayN
我在应用程序中隐藏状态和导航栏时遇到一些问题。 假设: 使用库 com.google.android.material:material:1.1.0-alpha10 使用样式 Theme.Materi
我想自定义我的 ActionBar。我的主题如下所示: @style/MyActionBar @drawable/actionBarBackground 在值文件夹中: #FF
我是一名优秀的程序员,十分优秀!