actionmode

How to change ActionMode background color in Android

不羁岁月 提交于 2019-11-26 11:14:10
问题 i am creating an android app in which support level api is 7 so i am using sherlock actionbar. I am using action mode in it. Issue is i want to change the background of action mode. So i have tried <item name=\"android:background\">@color/something</item> <item name=\"android:backgroundStacked\">@color/something</item> <item name=\"android:backgroundSplit\">@color/something</item> these style solution\'s available but none of them works. 回答1: if you want change the color of ActionBar just do