android view background 問題

心鑫發表於2013-09-04

view類於背景 尺寸 的原始碼


android:layout_width="wrap_content"
android:layout_height="wrap_content"


文字 比背景圖大: 背景圖會被拉伸(非等比例)

文字 比背景圖小  : view 的大小就是背景圖的大小


android:layout_width="100dp"
android:layout_height="100dp"

文字比背景圖大: 背景圖會被拉伸(非等比例)

文字 比背景圖小  : 背景圖被縮放(非等比例)


相關文章