Code completion in completion1.xml for marginBottom="50^": 50dp : Density-independent Pixels - an abstract unit that is based on the physical density of the screen. 50sp : Scale-independent Pixels - this is like the dp unit, but it is also scaled by the user's font size preference. 50pt : Points - 1/72 of an inch based on the physical size of the screen. 50mm : Millimeters - based on the physical size of the screen. 50in : Inches - based on the physical size of the screen. 50px : Pixels - corresponds to actual pixels on the screen. Not recommended.