设置上下文操作栏的样式?

时间:2014-07-18 08:18:44

标签: android android-actionbar contextual-action-bar

我在操作栏中使用橙色主题,在用户尝试复制时编辑文本,粘贴它调用默认蓝色背景的上下文操作,对用户来说有点奇怪,我可以更改情境行动吧的背景?

1 个答案:

答案 0 :(得分:9)

尝试在 styles.xml 中将其添加到您的样式中,并使用您想要的任何自定义颜色。

<item name="android:actionModeBackground">@android:color/holo_orange_light</item>

您还可以使用类似的代码更改每个图标的drawable。

android:actionModeCloseDrawable
android:actionModeCopyDrawable
android:actionModeCutDrawable
android:actionModePasteDrawable
android:actionModeSelectAllDrawable

相信这里的教程 - http://www.codercowboy.com/2013/07/05/styling-the-contextual-action-bar-actionmode-divider-or-splitter-for-android/ 用于更改上下文操作栏图标。其中告诉我,从 actionMode 开始更改上下文操作栏属性