I have a tab that contains a linear layout with a searchview and a listview. When the user clicks one of the search results, I want to replace that layout with another layou
To solve the problem, set the android:background property to “?android:windowBackground” in the fragment layout files.
...
In Fragment_2