アンドロイドの設計仕様にパディングがあなたは私たちが.XMLに知っているように、あなた.XMLレイアウトで、我々は例えばDP
を使用することを表すだろうか、例えばのTextViewの10pxのでなければなら言う場合:Androidの設計仕様
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:textSize="8sp"
android:textStyle="italic"
android:id="@+id/myName"
android:visibility="gone"
android:text="myname"
android:paddingBottom="14dp" < is this 10 px?>
android:paddingEnd="16dp"/>
ここアンドロイド:paddingBottomの=「14dp」(14ここでは、単に数を想定している)ので、どのように私は14dpまたは他の任意の数は、実際の画面に
あなたが間違っに申し訳
10px値にソースを追加できますか? –
Androidは** PX **ユニットをサポートしています。 Ex。 **アンドロイド:paddingBottom = "10px" ** – Enzokie
10pxを置くことができますが、dpは画面サイズが異なるため –