上下文操作栏:完成按钮

时间:2013-06-24 17:34:00

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

有没有办法自定义图片,或者至少是下图左上方“完成”按钮的颜色?

Contextual Action Bar 顺便说一句,我正在使用ABS来处理我的动作栏。

1 个答案:

答案 0 :(得分:1)

如果您查看attrs.xml源代码中的ActionBarSherlock,您会看到以下属性:

    <!-- =================== -->
    <!-- Action mode styles  -->
    <!-- =================== -->
    <eat-comment />
    <attr name="actionModeStyle" format="reference" />
    <attr name="actionModeCloseButtonStyle" format="reference" />
    <!-- Background drawable to use for action mode UI -->
    <attr name="actionModeBackground" format="reference" />
    <!-- Background drawable to use for action mode UI in the lower split bar -->
    <attr name="actionModeSplitBackground" format="reference" />
    <!-- Drawable to use for the close action mode button -->
    <attr name="actionModeCloseDrawable" format="reference" />
    <!-- Drawable to use for the Share action button in WebView selection action modes -->
    <attr name="actionModeShareDrawable" format="reference" />

您可以在主题actionModeCloseDrawable上使用styles.xml添加要添加的图片。