使用模式作为背景

时间:2013-09-18 18:59:52

标签: android styles android-actionbar

<bitmap xmlns:android="http://schemas.android.com/apk/res/android" 
    android:tileMode="repeat"
    android:src="@drawable/header_background">

</bitmap>

我使用以下内容作为操作栏的背景。代码给了我以下图像:

enter image description here

图像上有什么空白?有人可以帮忙。

header_background:

enter image description here

3 个答案:

答案 0 :(得分:1)

修改图像以删除阴影轮廓。它需要是一个平面图像,因此当它平铺时,它将在视觉上无缝。

见这个例子:

enter image description here

另外,关于沿x轴平铺的问题,您可能对this post感兴趣。

答案 1 :(得分:0)

删除android titlemode = repeat

答案 2 :(得分:0)

你能不能把它变成一个像你想要的水平拼接那样缩放的9patch?

enter image description here