【发布时间】:2021-06-10 03:11:47
【问题描述】:
我刚做了九个补丁
它像从draw 9补丁工具中保存的border.9.png一样。
在我的 android 布局编辑器中,它看起来像是一个适当的 9 补丁图形,被拉伸但没有像素化。
然而在真实设备上,它只是显示一个巨大的拉伸图像,看到 9patch 指南,它看起来真的很糟糕
怎么了???以及如何解决它
我的 xml:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/border"
android:orientation="vertical"
android:padding="35dip" >
【问题讨论】:
标签: android xml background nine-patch