尝试了这么多代码后,我找不到完美的答案。在这里,我来问你们如何在特定的布局中更改动作栏的高度。我正在使用Appcompat主题,我的编码是,
Styles.xml
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">#FF4081</item>
<!-- Customize your theme here. -->
</style>
</resources>
答案 0 :(得分:1)
创建新主题并使用: How to change action bar size
或使用Android开发者网站:http://developer.android.com/reference/android/app/ActionBar.LayoutParams.html