I want to show the toast at the top of the screen. I am using this, toast.setGravity(Gravity.TOP|Gravity.FILL_HORIZONTAL, 0, 0);
But on tablet my toast is not being displayed at 0, 0. On phone it is working fine.
I want to show the toast at the top of the screen. I am using this, toast.setGravity(Gravity.TOP|Gravity.FILL_HORIZONTAL, 0, 0);
But on tablet my toast is not being displayed at 0, 0. On phone it is working fine.