Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android 6 Essentials

You're reading from   Android 6 Essentials Design, build, and create your own applications using the full range of features available in Android 6

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher Packt
ISBN-13 9781785884412
Length 122 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Yossi Elkrief Yossi Elkrief
Author Profile Icon Yossi Elkrief
Yossi Elkrief
Arrow right icon
View More author details
Toc

Text selection


Part of the material design guide specifications discuss text selection in your applications. Users select text within your app, and you now have an API to incorporate a floating toolbar design pattern that's similar to a contextual action bar. For more information about the design specifications, head to http://www.google.com/design/spec/patterns/selection.html#selection-item-selection.

The implementation steps are as follows:

  1. Change your ActionMode calls to startActionMode(Callback,ActionMode.TYPE_FLOATING).

  2. Extend ActionMode.Callback2.

  3. Override the onGetContentRect() method and provide coordinates for the content Rect object in the view.

  4. Call the invalidateContentRect() method when you need to invalidate the Rect object and it's position is no longer valid.

Support library notice

Floating toolbars are not backward-compatible. Appcompat takes control over ActionMode objects by default. This will prevent floating toolbars from being displayed.

The implementation steps are as follows...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime