0

when i long click the edit text the toolbar was being move down on screenshot 2, how to replace the toolbar with the text editor?

https://i.stack.imgur.com/HcxHd.jpg < screenshots

Tunaki
  • 132,869
  • 46
  • 340
  • 423
cw fei
  • 1,534
  • 1
  • 15
  • 33

1 Answers1

2

In your app theme you need to set

<item name="windowActionModeOverlay">true</item>

this will make action mode overlay your actionbar.

ipauler
  • 48
  • 1
  • 11
  • @ipauler : how to change status bar color as in toolbar? – Viks Jun 19 '15 at 06:34
  • @Viks here's solution http://stackoverflow.com/questions/29618470/change-status-bar-color-when-entering-contextual-action-mode – ipauler Jun 29 '15 at 18:33