How do i fit my android game for all screen sizes and resolution

Hi, everybody am porting my game to android but am having a hard time fitting it to my devices screen can anyone please help me
thanks

To position them, you had to put integers to define their coordinates (in pixels). Instead of that, you can use Screen.width and Screen.height to keep proportionality.

I posted a similar question HERE.