Open sankar4n opened 8 years ago
I think you might have to specify a custom action mode style in styles.xml of your app. So the change would probably be something like:
In your app's styles.xml:
<style name="..." parent="...">
<item name="actionModeStyle">@style/CustomActionModeStyle1</item>
</style>
<style name="CustomActionModeStyle1" parent="Base.Widget.AppCompat.ActionMode">
<item name="android:textColorPrimary">@color/desired_color</item>
<item name="textColorPrimary">@color/desired_color</item>
</style>
No its not getting happened with this also. Any other help that you can suggest
add below line in res:
<color name="multiple_image_select_toolbarPrimaryText">@android:color/black</color>
Hi,
I am trying to change the text colour of String "ADD" in the toolbar. could you please help me in this?
Thanks, Sankaran