(Choose1answer)
In Android, how is the size of a view specified in dp units typically used for layouts?
A. By setting it to a fixed number of pixels.
B. By using percentages relative to the screen size.
C. By setting it to a specific screen density value
D. By using dp units to ensure scalability across different screen densities.
E14