Currently, in Android Studio when I create a Layout Resource File and pick the size SMALL, the small sizes are referred to as only the Android Wear (Watch) sizes.
However, instead of the Android Wear to be considered "Small" xml file, I'd like to make it that only Nexus S and Nexus ONE phone sizes are in the "small" xml. How can I change this?
The Nexus One's screen is 480x800 pixels, at 252 pixels per inch. This places it in the
hdpi
category, which means that it has approximately a 320x533 dp screen.Here is the definition of a
normal
screen:Therefore, the Nexus One is a
normal
screen size, and there's nothing you can do to change that.