作者:dvs5453401 | 来源:互联网 | 2023-05-18 04:08
当我将9.PNG图像设置为RelativeLayout的背景时,其中的所有元素都缩小到中间.这是XML和快照.
当我将9.PNG图像设置为RelativeLayout的背景时,其中的所有元素都缩小到中间.这是XML和快照.
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_
android:layout_
android:background="@drawable/bg"
>
android:layout_
android:layout_
android:text="Just a simple white text which does not show up"
android:textColor="#ffffff"
/>
如果我将背景更改为颜色或普通图像,我会得到文本.
android:background="@drawable/bg2" //normal image
谁能解释为什么会这样?
解决方法:
你定义了9补丁的内容区域了吗?因为看起来内容区域是中间的小像素.
内容区域由九个补丁的底部和右侧定义.例如,您可以使其与补丁一样大.