有没有办法自定义图片,或者至少是下图左上方“完成”按钮的颜色?
顺便说一句,我正在使用ABS来处理我的动作栏。
答案 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
添加要添加的图片。