-5

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.

Pankaj
  • 7,908
  • 6
  • 42
  • 65
android
  • 1
  • 1
  • 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 Answers1

0

Check the following links. This will clear up all your confusions,

Supporting Different Screen Sizes

Supporting Different Densities

and Finally,

Providing Resources

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