Daiwik Daarun
Daiwik Daarun

Reputation: 3974

What is the name of the "text editor" at the top of the screen? (Picture included)

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:

Text editor

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

Answers (3)

Joshna Ashwin
Joshna Ashwin

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

huan
huan

Reputation: 1

That is Contextual Action Bars

See: http://developer.android.com/design/patterns/actionbar.html#contextual

Upvotes: 0

kandroidj
kandroidj

Reputation: 13932

That is android's Contextual ActionBar.

See:

http://developer.android.com/design/patterns/actionbar.html#contextual

Upvotes: 1

Related Questions