【发布时间】:2015-07-24 16:48:38
【问题描述】:
在appcompat-v7:22.2.0 中,values.xml 中声明的两个资源层次结构让我感到困惑。
例如,在同一文件中找到以下样式:values.xml in appcompat-v7:22.2.0
<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/lmp-mr1-supportlib-release/frameworks/support/v7/appcompat/res/values/styles.xml -->
<style name="TextAppearance.AppCompat.Widget.ActionBar.Title"
parent="Base.TextAppearance.AppCompat.Widget.ActionBar.Title"/>
<style name="TextAppearance.Widget.AppCompat.Toolbar.Title"
parent="Base.TextAppearance.Widget.AppCompat.Toolbar.Title"/>
【问题讨论】:
标签: android material-design android-resources android-styles