我設置背景圖片爲TextView
:背景圖像(TextView的)大如TextView的內容
<TextView
...
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:background="@drawable/fumetto"
...
/>
的問題是,現在的TextView
尺寸不一樣大,它的內容,但它是作爲作爲背景圖像很大。
有沒有辦法讓背景圖像適應TextView大小,而不是讓TextView適應其背景圖像的大小?
預先感謝您。
這應該工作正常。請檢查你的父母佈局或張貼一些更多的代碼。 –