I tried to create an edittext textbox that will compute the width and height automatically by using the WRAP_CONTENT way. However, at some point of time I will need the actual height of the edit text, but I tried using layout params and getWidth(), getHeight(), I am not being returned with the values I will require.
Anyone have got any idea how can I go about this?