How to hightlight the typed text in searchview in android
问题 Hi in the MainActivity I was Implemented a Different Fragments.Now toolbar contains a searchview functionality I was added in my Activity. Now I search for text all the fragement are also searching for same text.But I want to clear the text which one i typed for last fragement. MainActivity: toolbar = findViewById(R.id.toolbar); setSupportActionBar(toolbar); setSearchtollbar(); public void setSearchtollbar() { searchtollbar = (Toolbar) findViewById(R.id.searchtoolbar); if (searchtollbar !=