I created a system alert window , using windowsManager layoutparams i set the width and height as "WRAP_CONTENT". If i set height as "WRAP_CONTENT" it is taking the full screen height, but if i set the widht as "WRAP_CONTENT" it is not taking the full screen width.
So the system alert window have some constraints on taking the full screen width?
So the system alert window have some constraints on taking the full screen width?