recherche

Maison  >  Questions et réponses  >  le corps du texte

android - ViewPager加载Fragment问题

在进入页面的时候会先白一下才会加载界面,这是什么问题?

怪我咯怪我咯2772 Il y a quelques jours592

répondre à tous(2)je répondrai

  • 怪我咯

    怪我咯2017-04-17 17:43:06

    是打开Activity先白屏么?

    répondre
    0
  • PHP中文网

    PHP中文网2017-04-17 17:43:06

    试试修改一下整个app的theme的背景色。

    <application  
            android:name="..."  
            android:allowBackup="true"  
            android:icon="@drawable/ic_launcher"  
            android:label="@string/app_name" 
            android:theme="@android:style/Theme.Translucent"  
             >  

    répondre
    0
  • Annulerrépondre