How to get a View from another xml, I write the following code in MainActivity , but it does not work:
View inflatedView = getLayoutInflater().inflate(R.layout.fragment_navigation_drawer, null); TextView text = (TextView) inflatedView.findViewById(R.id.textView3); text.setText("Hello!");