ответ

1

Если посмотреть на attrs.xml в исходном коде ActionBarSherlock «s вы будете видеть эти атрибуты:

<!-- =================== --> 
    <!-- 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 на вашу тему с изображением вы хотите добавить.

+0

Я искал в файле стилей вместо темы. Спасибо! – Hrk