2

I would like to add a button to the "selection bar".

enter image description here

that would be present in all applications - or, in other words, I would like to modify the default buttons of this bar.

I've searched for it, however, it seems to me that most solutions are about modifying the bar of a specific app. For example this question - but I am not sure if the question is about the general modification that I want to do and I don't want to change the context menu, but the "selection bar".

So, is it possible to modify this bar? If yes, could someone please provide links/examples for the same.

Community
  • 1
  • 1
user35477
  • 151
  • 2
  • 12

1 Answers1

0

You can change the text selection handle for your app by many ways, create contextual menu of your own is probably the best among them.

This is the Android reference link for creating custom components.

But this is limited to your app only and other apps or Android device itself won't be using this design. I really doubt that you can change this using your app as then it would be overriding the OS design itself.

Aditya
  • 2,876
  • 4
  • 34
  • 30