y***@163.com
y***@163.com
  • 发布:2017-05-02 09:55
  • 更新:2017-05-02 09:55
  • 阅读:1011

runtime集成,配置的splash不起作用,还是默认的?

分类:5+ SDK
    <activity  
        android:name="io.dcloud.PandoraEntry"  
        android:configChanges="orientation|keyboardHidden|keyboard|navigation"  
        android:label="@string/app_name"  
        android:launchMode="singleTask"  
        android:hardwareAccelerated="true"  
        android:theme="@style/TranslucentTheme"  
        android:screenOrientation="user"  
        android:windowSoftInputMode="adjustResize" >  
        <intent-filter>  
            <action android:name="android.intent.action.MAIN" />  

            <category android:name="android.intent.category.LAUNCHER" />  
        </intent-filter>  
    </activity>  

manifest.json配置的splash不起作用,还是hbuilder默认的?

2017-05-02 09:55 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复