loe*_*chg 3 android android-ui android-actionbar contextual-action-bar
有没有一种很好的方法可以在不创建整个Action Bar的自定义视图的情况下更改Context Action Bar checkmark drawable?

就在这里.您只需要在您的样式中添加"actionModeCloseDrawable"项.
<style name="MyCustomTheme" parent="@style/Theme.AppCompat.Light">
<item name="android:actionModeCloseDrawable">@drawable/my_custom_close_icon</item>
<!-- Support library compatibility -->
<item name="actionModeCloseDrawable">@drawable/my_custom_close_icon</item>
</style>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1416 次 |
| 最近记录: |