Android之缩放效果的欢迎页面

有图有真相:

 
在这里特别要注意一点:就是设置主题的时候要更改默认的AppTheme,不然进入App的时候先会白屏或者黑屏一下之后在进入我们想要的布局、在style.xml文件中进行设置:
<resources>
    <style name="AppBaseTheme" parent="android:Theme.Light">
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowNoTitle">true</item>
    </style>
 
    <!-- Application theme. -->
    <style name="AppTheme" parent="AppBaseTheme">
 
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowNoTitle">true</item>
    </style>
 
</resources>
 源代码下载地址:(提供四个下载地址,总有一个能够下载)
http://www.400gb.com/file/90525139
http://zfl33.7958.com/down_19702457.html
http://qiannao.com/file/zfl33/66fde140/
http://d.119g.com/f/A5A0E65D157E5273.html
posted @ 2015-04-15 00:52  zfl33  阅读(352)  评论(0编辑  收藏  举报