【发布时间】:2016-11-02 11:30:31
【问题描述】:
这是我的 style.xml
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="listPreferredItemHeightSmall">40dp</item>
</style>
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
</resources>
【问题讨论】:
-
发布您的 style.xml 文件。
-
感谢您的回复,您现在可以查看。
-
请参考下面提到的答案链接,stackoverflow.com/a/38562969/3940292
标签: android android-layout toolbar