I read android documentation about layout designing. But yet I have a question about layout designing. How do I can design only a layout for all screens size? I want have multiple buttons in my application and but when I test my application in my android device that is Three-inch, as a result , one of buttons can not be seen. My application is not advanced and it has only multiple buttons for a few operations.
Asked
Active
Viewed 45 times
-5
-
possible duplicate of [Device resolution specification for values/font folder and images/drawable folder](http://stackoverflow.com/questions/16706076/device-resolution-specification-for-values-font-folder-and-images-drawable-folde) – Skynet Jun 04 '15 at 11:00
-
try not to hard code the button position. – chinna_82 Jun 04 '15 at 11:02
1 Answers
0
Check the following links. This will clear up all your confusions,
Supporting Different Screen Sizes
Supporting Different Densities
and Finally,

Prokash Sarkar
- 11,723
- 1
- 37
- 50