在封面流程布局中滚动时图像消失

时间:2012-09-26 07:17:32

标签: android flex

我使用以下代码在Android上使用Flash Builder 4.6创建水平图像列表。

<s:layout>
<layouts:CoverflowLayout id="coverflow" selectedIndex="{list.selectedIndex}"
                         horizontalDistance="130" selectedItemProximity="50" 
                                 depthDistance="1" elementRotation="-75" focalLength="300"
                                 perspectiveProjectionX="-1" perspectiveProjectionY="-1"/>

</s:layout>

显示水平图像列表。我点击它时可以选择iamges但是当我在列表上滑动时,所有图像都会消失。是否可以防止它们消失或添加此滑动效果?

0 个答案:

没有答案