Android TV App: Search Overlay Not Disappearing Properly
I'm developing an Android TV app and having issues with the search overlay not disappearing properly. The overlay remains visible even after attempting to close it reference image
Layout Structure
Here's my main activity layout (activity_main.xml
):
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
…