Я читаю данные из диалогового окна, но не могу установить эти данные в TextView.
Что я делаю не так?
Когда вы настраиваете диалог, вы должны сделать это так:
LayoutInflater inflater = LayoutInflater.from(this); final View layoutview = inflater.inflate(R.layout.rootview, null); final TextView title=(TextView) layoutview.findViewById(R.id.text);
// We can't imagine what you are doing wrong, without seeing your source code. TextView facePalm = (TextView)findViewById(R.id.youtextview); facePalm.setText("Like Octavian Damiean said you should improve your question.");