Reputation: 3974
What is the name of the text editor that appears at the top the screen when you are using an EditText (when you begin using the Text Selector Handles)? Here is a picture:
Can this drawable be changed? If so how?
I have tried searching "android text editor", "android edittext gui", and "android cut copy paste edittext" but have had no success. Thanks in advance!
Upvotes: 0
Views: 53
Reputation: 26
That action bar is called Contextual Action Bar. That is a temporary action bar that overlays the application's action bar for the duration of a particular subtask. ie whenever we are copying any message from whatsapp messenger, when we click and hold a message a new action bar appears providing us different options like copy,delete etc.
Upvotes: 0
Reputation: 1
That is Contextual Action Bars
See: http://developer.android.com/design/patterns/actionbar.html#contextual
Upvotes: 0
Reputation: 13932
That is android's Contextual ActionBar.
See:
http://developer.android.com/design/patterns/actionbar.html#contextual
Upvotes: 1