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.
问问题
309 次
有几种方法,具体取决于您要寻找的确切效果。
一种方法是自己将线条绘制为 shape.xml 并将其作为渐变应用到您的视图中。
另一种方法是从网站Subtle Patterns中选择一个 png 平铺图案并将其用作平铺背景:
对于您的基线密度,请确保您的 png 的高度和宽度的像素数可以被 2 整除(最好是 4)。并且图案的顶线和图案的底线之间的间隙可以被2整除(最好是4)。并使用九个补丁确保图案可以水平拉伸(但在您的情况下不能垂直拉伸)。