-1
我對我的textview backgrnound使用android:tileMode =「repeat」。它是大約1px高度的圖像,但在重複變形左,右側.. 感謝您的幫助!Android背景圖像重複變形
屏幕:http://i.stack.imgur.com/yCXSQ.png
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/chat_rep"
android:dither="true"
android:tileMode="repeat" />
TextView的消息查看=( TextView)v.findViewById(R.id.message_text); \t messageView.setText(message); \t fixBackgroundRepeat(messageView); 由於沒有變化.. http://2imgs.com/8866a78d5e –
其實,這看起來像是一個很好的機會讓你創建一個9補丁的背景圖片......你不應該做任何這在代碼中手動。 – Garett