How do I change the change the layout of view focused by external keyboard?
I have a list item that the user will be navigating through using an external keyboard. By default, scrolling to an item with the keyboard will dim the view slightly, but too subtly. I would like to change the view to have a marigold border in this event:
Programmatically trigger focus on another composable in Jetpack compose
I have composable in two rows comprising as follows