3

When an Android user connects a bluetooth keyboard to the device and navigates the screen using this keyboard there is this gray box around the element that is currently focused.

Is it possible to change the color of this "box"?

Thanks in advance!

edit: I found a solution. You can add this on your App theme

<item name="android:colorControlHighlight">@color/selected_item_focus</item>

0 Answers0