Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用して画像全体を繰り返すのではなく、png ドローアブルの中心にある特定の長方形の領域を繰り返したい android:tileMode="repeat"。9 パッチを適用すると、引き伸ばされます。解決策はありますか?
android:tileMode="repeat"
必要な領域のみで構成される新しい PNG をオフラインで作成するか、必要な領域から新しいビットマップを動的に作成し、この画像をドローアブルに使用します。