<--これは 3x3 の画像です。ごめん。
次の 3x3 画像を使用します。
したがって、draw9patch.batで開き、上と左にそれぞれ 2 ピクセルを追加すると、次の画像が得られます。
この画像を に適用するTextView
と、全体TextView
が 1 ピクセル幅の境界線で囲まれると思います。
ただし、「ハーフボーダー」しか取得できません。右と下の境界線がありません。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal|center_vertical"
android:orientation="vertical"
android:background="#ffffff" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextView"
android:background="@drawable/border" />
</LinearLayout>
私の 9 パッチ イメージに問題はありますか?
<--テスト用の 9 つのパッチ イメージ。