下に 9 パッチの画像があり、ストレッチするように指示しましたが、それは私が望むものではありません。
ランタイム効果は次のとおりです。
効果がぼやけすぎています。何か見逃していますか?
2013 年 8 月 22 日の元の 9 パッチ イメージを更新します。
下に 9 パッチの画像があり、ストレッチするように指示しましたが、それは私が望むものではありません。
ランタイム効果は次のとおりです。
効果がぼやけすぎています。何か見逃していますか?
2013 年 8 月 22 日の元の 9 パッチ イメージを更新します。
編集:
画像を3つに分けました
リソースは次のとおりです。
レイアウトは次のとおりです。
<RelativeLayout android:id="@+id/tabView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentRight="true" android:layout_alignParentTop="true" >
<ImageView android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentRight="true" android:layout_alignParentTop="true" android:scaleType="fitXY" android:src="@drawable/back" />
<ImageView android:id="@+id/imageView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignLeft="@+id/imageView1" android:layout_alignRight="@+id/imageView1" android:layout_alignTop="@+id/imageView1" android:scaleType="fitXY" android:src="@drawable/middle" />
<ImageView android:id="@+id/imageView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignLeft="@+id/imageView1" android:layout_alignRight="@+id/imageView1" android:layout_below="@+id/imageView1" android:scaleType="fitXY" android:src="@drawable/dash_bottom" />
</RelativeLayout>