レイアウトの背景に 9 つのパッチを使用しようとしています。ただし、ナインパッチの一部のインジケーターが表示されます。このリンクを参照してください-> http://dl.dropbox.com/u/78582670/NinePatchError.png
インジケーターを削除するにはどうすればよいですか??
私のネストされたレイアウト:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FFFEFEFE"
android:orientation="horizontal" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:text="@string/test1" />
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/menu_bg2">
</FrameLayout>
ありがとうございます。