上边滑出
<h4>效果图</h4>
<p><img src="http://www.skinui.cn/doc/img/5.0/5/ViewTopSlide.gif" alt="视图上边滑出" /></p>
<h4>布局文件</h4>
<pre><code class="language-xml"><FlexLayout>
<TextView Width="MatchParent" Height="60" HorzAlign="Center" Text="IDS_ANIMATION12_2" Font="ID_FONT_H4"/>
<Line Width="MatchParent" Height="1"/>
<RelativeLayout Width="MatchParent" Grow="1">
<SlideLayout Id="1002" Width="MatchParent" Height="50%" AlignParentTop="0" Animation="TopSlide" Visible="false">
<RelativeLayout Id="1003" Width="MatchParent" Height="MatchParent" Background="ShadowBottom.png">
<TextView AlignParentLeft="10" AlignParentTop="10" AlignParentBottom="20" AlignParentRight="10" MultiLine="true" Text="IDS_TEST_TEXT" />
</RelativeLayout>
</SlideLayout>
<RelativeLayout Width="MatchParent" Height="50%" AlignParentBottom="0" >
<Button Id="1001" Width="36%" Height="WrapContent" AlignParentHorzCenter="0" AlignParentVertCenter="-50" ChildText11="IDS_CLICK_ME" Background="Button.png" Layout="Button.xml"/>
</RelativeLayout>
</RelativeLayout>
</FlexLayout></code></pre>