0

Possible Duplicate:
Android : Button in custom Toast

I did custom Toast message in text view. i want to include button over that toast message. is that possible to insert button over custom toast message. If there is a possibility pls guide me.

Community
  • 1
  • 1
RAAAAM
  • 3,378
  • 19
  • 59
  • 108
  • Hello all, i googled out about this problem and i got this tutorial. Just see this : http://www.samcoles.co.uk/mobile/android-custom-toast-notification/ ..i dont know but what if in place of image i put a button and in xml itself, i can set onClickListener..Will it run correctly ?..Its just a guess... – Kartik Domadiya Apr 04 '11 at 13:20
  • Yeah you are rite, same tutorial i also read some while, and i tried to implement Button over that. but onclick listener will not functioning. – RAAAAM Apr 04 '11 at 13:23

1 Answers1

1

No its not Possible use a Dialog Box Insted.

Harinder
  • 11,776
  • 16
  • 70
  • 126
  • Thank you for your immediate reply, is that possible to give time limit for to show the dialog box like a toast message. in Toast we can give Toast.Long or Shot. As per the time limit it will display the message. is this possible in dialog box..?? or else any other option for display the time limit message with button, like toast message, – RAAAAM Apr 04 '11 at 13:14