上下文动作模式不显示棒棒糖上的图标

时间:2015-10-01 17:49:55

标签: android android-actionbar android-5.0-lollipop

context模式不会在lollipop上显示默认图标(复制,粘贴),它可以使用或其他版本。以下是主题“values-21

<resources>

    <style name="BaseTheme.MainTheme">
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
        <item name="android:fitsSystemWindows">true</item>
        <item name="android:statusBarColor">@color/grey</item>
    </style>

    <style name="BaseTheme.MainTheme.WithNavDrawer">
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
        <item name="android:windowActionModeOverlay">true</item>
        <item name="android:statusBarColor">@color/grey</item>
    </style>

</resources>

enter image description here

0 个答案:

没有答案