<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"
Set the theme to transparent
This article is from the "climb over the mountains to see the Sea" blog, please be sure to keep this source http://670176656.blog.51cto.com/4500575/1732157
White screen or title when app starts