0

How do I make a repeating gradient that stretches to fill the width but has fixed height and repeats in .xml? eg. soft black-white-black alternating lines in the background, 10 lines per screen on a phone.

4

1 回答 1

0

有几种方法,具体取决于您要寻找的确切效果。

一种方法是自己将线条绘制为 shape.xml 并将其作为渐变应用到您的视图中。

另一种方法是从网站Subtle Patterns中选择一个 png 平铺图案并将其用作平铺背景

Chiu-Ki Chan 演示文稿的幻灯片截图 [资源]

对于您的基线密度,请确保您的 png 的高度和宽度的像素数可以被 2 整除(最好是 4)。并且图案的顶线和图案的底线之间的间隙可以被2整除(最好是4)。并使用九个补丁确保图案可以水平拉伸(但在您的情况下不能垂直拉伸)。

于 2013-06-09T21:30:08.430 回答