دسترسی به آیتمهای یک دیالوگ
try this code
uetd=(EditText) textEntryView.findViewById(R.id.username_edit);
after following line in your code
final View textEntryView = factory.inflate(R.layout.alert_dialog_text_entry, null);
uetd=(EditText) textEntryView.findViewById(R.id.username_edit);
after following line in your code
final View textEntryView = factory.inflate(R.layout.alert_dialog_text_entry, null);
+ نوشته شده در سه شنبه هجدهم بهمن ۱۳۹۰ ساعت 17:13 توسط احمد داس زرین
|