January 9th, 2013, 11:14 AM
|
#7 (permalink)
|
|
Senior Member
Join Date: Jul 2010
Gender: Male
Posts: 1,938
Device(s): Nexus 4, Samsung Galaxy S II, HTC Evo 4G, Amazon Kindle Fire
Carrier: ATT
Thanks: 235
Thanked 468 Times in 290 Posts
|
Quote:
Originally Posted by myrecek
I am not sure if it helps but you could try dialog.findViewById
TextView output = (TextView) dialog.findViewById(R.id.popupDialogTV);
|
This is what I was going to say. This should fix your problem.
|
|
|