A
AC Question
I'm building a game for devices running Android API 13 and need to support a number of different devices, including the Note 4, which has display measurements of 480x853dp. So I did the logical thing and put all my layouts into a folder named layout-sw480dp. However, when I start the app, the layouts in the layout folder, rather than layout-sw480dp, get used. What am I doing wrong?