我知道android中的主题和样式是不同的东西,有不同的指令。
Appcompat库对<style>
有几个CardView
声明:
https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v7/cardview/res/values/styles.xml
是风格还是主题?使用它的核心方法是什么:style="@style/CardView.Light"
或android:theme="@style/CardView.Light"