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 drawable 的中心重复特定的矩形区域,而不是使用 android:tileMode="repeat". 如果我打了 9 个补丁,它会被拉长。有什么解决方案吗?
android:tileMode="repeat"
要么,离线创建一个只包含你想要的区域的新PNG,要么动态地从你想要的区域创建一个新的位图,并将这个图像用于drawable。