In android if we have to configure resources for d...
# compose
f
In android if we have to configure resources for different screen width then we can create different configs of values dir. How can we do in
Mokko Resources
a
The end of file name (before the .extension) should have 0.5x, 1x, 2x, 3x, or 4x for the Different screen widths. The docs in moko talk about this somewhere and map them to the hddp values of the screen width. So you'll end up with multiple files that differ in number. All can be in same directory