我不知道为什么但是由于某些原因我的操作栏中的溢出按钮是透明的。有任何原因,我该如何解决?它的默认样式是什么?我不想从谷歌下载材料图标,因为我认为它们应该已经在其中。
我的AppTheme风格:
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="android:windowFullscreen">true</item>
<item name="windowActionModeOverlay">true</item>
<item name="android:actionModeBackground">@color/colorPrimary</item>
<item name="colorAccent">@color/colorPrimary</item>