I want to create graphics for Android apps but I can't find the screen dimensions in dp.
For example, I can see that the Galaxy has 720 x 1280 pixels. I see that it is also 4.8 inches.
Does this mean that the the dp is 720/4.8 = 150 dps
?
What would this mean? That to make a shape fill the whole screen on this app I would set it to 150 dp? Strangely, when I make it a width of 150dp it fills barely half the screen.