2012年11月24日 星期六

[Android] TextView

XML屬性

android:textSize  文字大小單位建議用"sp"

setTextSize(int,float)
unitThe desired dimension unit.
sizeThe desired size in the given units.

android:paddingLeft  widget左邊留邊
但是padding的地方也看不到background,也就是說 widget包括padding的部分。

為了避免這種狀況,可以改使用
android:layout_marginLeft

沒有留言:

張貼留言