How to inflate one layout to another layout with string search
问题 How to bold both xml string from search string with switch case.and i want to change each xml string textview and this change will be on button click String strfistsearch= mylist.get(7).get("data4"); if(strfistsearch.equals(strfistsearch)) { mInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE); View convertView1 = mInflater.inflate(R.layout.first_screen,viewFlow); TextView txtf = (TextView)convertView1.findViewById(R.id.textView11); String strfistsearch= mylist.get(7