2015-10-16 52 views
1

尝试了这么多代码后,我找不到完美的答案。在这里,我来问你们如何改变特定布局的动作栏的高度。我使用的程序兼容性的主题,我的编码是,如何降低Android布局中操作栏的高度

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> 

回答