如何降低Android布局中操作栏的高度

时间:2015-10-16 16:17:39

标签: android android-actionbar android-theme

尝试了这么多代码后,我找不到完美的答案。在这里,我来问你们如何在特定的布局中更改动作栏的高度。我正在使用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>

1 个答案:

答案 0 :(得分:1)

相关问题