Hi I am using this code
View v= inflater.inflate(R.layout.mylayout, null, false);
int width=v.getWidth();
int height=v.getHeight();
but the height and width returns zero, Why is it not working , how to get the height and widht of my view. Thanks in advance