2015-10-16 54 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> 

回答