- xmode
- The X repeat mode for this drawable.
- ymode
- The Y repeat mode for this drawable.
Sets the repeat behavior of this drawable on both axis. By default, the drawable does not repeat its bitmap. Using NoType:android/graphics/Shader$TileMode;Href=../../../../reference/android/graphics/Shader.TileMode.html#REPEAT or NoType:android/graphics/Shader$TileMode;Href=../../../../reference/android/graphics/Shader.TileMode.html#MIRROR the bitmap can be repeated (or tiled) if the bitmap is smaller than this drawable.