App的欢迎页,以及启动黑屏的题目

打印 上一主题 下一主题

主题 1647|帖子 1647|积分 4941

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

x
  1. <strong>1、在styles.xml文件中配置:
  2. </strong>
  3. <style name="WelcomePageStyle" parent="@style/Theme.AppCompat.Light.NoActionBar">
  4.     <item name="android:windowBackground">@mipmap/icon_welcome_bg</item>
  5.     <item name="android:statusBarColor" tools:targetApi="l">@color/transparent</item>
  6.     <item name="android:windowLightStatusBar" tools:targetApi="m">false</item>
  7.     <item name="android:windowFullscreen">true</item>
  8.     <item name="android:windowNoTitle">true</item>
  9.     <item name="android:windowIsTranslucent">true</item>
  10. </style>
复制代码

2、在清单配置文件中配置WelcomeActivity
  1. <activity
  2.     android:name=".WelcomeActivity"
  3.     android:exported="true"
  4.     android:screenOrientation="landscape"
  5.     android:theme="@style/WelcomePageStyle">
  6.     <intent-filter>
  7.         <action android:name="android.intent.action.MAIN" />
  8.         <category android:name="android.intent.category.LAUNCHER" />
  9.     </intent-filter>
  10. </activity>
复制代码
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

滴水恩情

论坛元老
这个人很懒什么都没写!
快速回复 返回顶部 返回列表