Android Question TextEdit style

canalrun

Well-Known Member
Licensed User
Longtime User
Hello,
I noticed there is a new style for the editing functions in an Android text editor. I have received comments that the old-style is difficult to use and the new style is better.

upload_2015-9-14_14-49-15.png


Shown above, the old-style, 1, uses square polygon selection handles where the new style, 2, (this is the Google memo app) has roundish selection handles.

How can I specify the new style within my app?

I'm guessing it's probably a manifest setting – theme, min version, target version, or something like that.

Thanks,
Barry.
 
Top