私はアンドロイドアプリを作っています。しかし、背景を追加できませんでした。それは仕事です:
<s:VGroup x="0" y="0" width="100%" height="100%" horizontalAlign="center" verticalAlign="middle">
<s:Rect width="100%" height="100%">
<s:fill>
<s:BitmapFill source="@Embed('images/bg.png')" />
</s:fill>
</s:Rect>
</s:VGroup>
しかし、それは繰り返されません..どうやって繰り返すのですか?