2011-05-13 179 views
6

http://developer.android.com/guide/practices/screens_support.html狀態:如何獲得廣義屏幕尺寸?

術語和概念

屏幕尺寸的實際物理尺寸, 作爲屏幕的對角線測量。對於 的簡單性,Android將所有實際的 屏幕尺寸分爲四種廣義的 尺寸:小,正常,大和額外 大。

如何以編程方式獲取設備屏幕的廣義尺寸?我正在查找的方法或屬性將返回以下之一:小,正常,大和超大。 (或可以映射到那些const /枚舉)

謝謝。

-mz

+0

閱讀本文可能會幫助您http://androidtrainningcenter.blogspot.in/2012/01/plan-design-in-best-way-for-multiple.html – Sameer 2012-02-08 12:44:44

回答

7

使用screenLayoutConfiguration對象。

+3

此問題的代碼顯示在此問題中:http ://stackoverflow.com/questions/5015094/determine-device-screen-category-small-normal-large-xlarge-using-code – stealthcopter 2011-05-14 12:18:59