currentView = inflater.inflate(R.layout.textview_drawables_ltr, container, false); return currentView;
super.onViewCreated(view, savedInstanceState); textViewError = (TextView) currentView.findViewById(R.id.textview_error); textViewError.setError("Error!!");