0

「 dp 」の使用に関して問題があります。
どのコンテキストで dp を使用できますか? ImageViewやTextViewなどのコントロールに使用されるだけですか、それともレイアウトの調整にも使用できますか。
レイアウトを調整するために、現在、コントロールの幅と高さを画面の幅と高さのパーセンテージで指定しています。

4

2 に答える 2

0

DP

Density-independent Pixels - an abstract unit that is based on the physical density of the screen. These units are relative to a 160 dpi screen, so one dp is one pixel on a 160 dpi screen. The ratio of dp-to-pixel will change with the screen density, but not necessarily in direct proportion. Note: The compiler accepts both "dip" and "dp",

dip または dp を使用すると、Android アプリケーションを複数の画面密度と解像度に対応させることができます。

于 2012-04-17T06:46:20.170 に答える
0

幅と高さを指定する単位として使用できます..すべてのビューで使用できます...詳細については、これを参照してください..

于 2012-04-17T06:43:47.160 に答える