[android-developers] how to get a toast exactly on buttons

2011-06-22 Thread ali ashraf
hello friends i have around 14 different XML. In each XML i have 26 buttons all have different positions using android:layoutAlignLeft=300sp... etc Like button1 to button26 are set in such a way that all scatter on the UI. This way i have 14 xml. All XML have the same 26 buttons at different

Re: [android-developers] how to get a toast exactly on buttons

2011-06-22 Thread Kostya Vasilyev
Agree with Tre, just would like to point out -- The toast frame nine-patch is available for you to use as: android:background=@android:drawable/toast_frame ... and you can make your own toast thing with it, perhaps by using PopupWindow. -- Kostya 2011/6/22 TreKing treking...@gmail.com On

Re: [android-developers] how to get a toast exactly on buttons

2011-06-22 Thread TreKing
On Tue, Jun 21, 2011 at 12:19 PM, ali ashraf ali.21.ash...@gmail.comwrote: i have around 14 different XML. In each XML i have 26 buttons all have different positions using android:layoutAlignLeft=300sp... etc Like button1 to button26 are set in such a way that all scatter on the UI. This way

Re: [android-developers] how to get a toast exactly on buttons

2011-06-22 Thread Dianne Hackborn
It really isn't what toasts are for. There are, however, other options like PopupWindow. On Wed, Jun 22, 2011 at 12:06 PM, TreKing treking...@gmail.com wrote: On Tue, Jun 21, 2011 at 12:19 PM, ali ashraf ali.21.ash...@gmail.comwrote: i have around 14 different XML. In each XML i have 26