EditText の背景を draw9patch に設定するという問題がありますが、機能していないようです。これを機能させるための助けをいただければ幸いです。
問題は - -9 パッチ ファイルが通常の png のように動作する -正しく伸縮しない -画面に黒いピクセルが表示される
editText を表示するために使用しているコードは次のとおりです。
<EditText
android:id="@+id/ed_confsms_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/tv_sms_conf_toNum"
android:layout_marginTop="32dp"
android:background="@drawable/speechbubble"
android:padding="0dp"
android:inputType="textMultiLine"
android:gravity="center_horizontal|center"
android:imeOptions="actionNone"
android:isScrollContainer="true"
android:lines="10"
android:scrollbars="vertical"/>
そしてそれは次のように出てきます:
(左の画像を参照)