Hi,
    In  my app , i have used 'Toast'  to show various messages for user on a
certain wrong action. It works absolutely perfectly on 1.5 devices but on
some devices of 2.1 like *samsung europa* etc. , the toast messages are
getting broken .
My code for creating toast and showing is as follows :
Toast t = Toast.makeText(this,"Select a contact.",
                                                        Toast.LENGTH_SHORT);

t.setGravity(Gravity.CENTER_VERTICAL,Gravity.AXIS_CLIP,Gravity.AXIS_CLIP);
            t.show();

If the text is little long then the issue is observed quite a lot.
What i need to change ?

Thanks ,
Ameya

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to