首页 > 移动平台 > 详细

APP启动时白屏或出现标题

时间:2016-01-06 18:11:49      阅读:264      评论:0      收藏:0      [点我收藏+]

 

<application
        android:name="com.zdkj.zdexpress.MyApplication"
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.Translucent" >
        <meta-data
            android:name="com.baidu.lbsapi.API_KEY"
            android:value="AzVp5UE1wCuvsXa7ifHe8IjL" />
        <activity
            android:name="com.zdkj.zdexpress.SplashActivity"
            android:label="@string/app_name"
            android:launchMode="singleTask" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
android:theme="@android:style/Theme.Translucent"

把主题设置为透明即可

本文出自 “爬过山见过海” 博客,请务必保留此出处http://670176656.blog.51cto.com/4500575/1732157

APP启动时白屏或出现标题

原文:http://670176656.blog.51cto.com/4500575/1732157

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!