I have a few questions:
What is the screen size?
What is the screen density?
What is a differenc
Density Classes:

Icon Sizes:

Screen Size Classes:

Screen Configuration:

Best Practices:
Use wrap_content, match_parent, or dp units when specifying dimensions in an XML layout file. Except for defining text sizes: sp (scaling depends on user setting)
Do not use hard coded pixel values in your application code.
Do not use AbsoluteLayout,use Relative Layout.
Supply alternative bitmap drawables for different screen densities.
Provide a launcher icon for xxhdpi, but no other icons.