2011-09-08 5 views

답변

-1

. 화면 크기를 선언 할 수있는 <supports-screens><compatible-screens>이 있습니다.

+1

에는 밀도 속성이 있습니다. http://developer.android.com/guide/topics/manifest/compatible-screens-element.html –

0

px (픽셀)로 고정 된 높이/너비를 사용하는 경우 앱은 다양한 화면 크기 및 밀도 만 지원합니다.

고정 높이 또는 너비를 선언 할 때는 항상 dp/dip (밀도 독립 픽셀)을 사용하고 가능한 한 많이 match_parent (또는 fill_parent) 또는 wrap_content을 사용해보십시오.

관련 문제