Android studio 3.1 XML preview not showing for some XML layouts

后端 未结 15 837
时光取名叫无心
时光取名叫无心 2020-12-08 02:54

Some layouts are shown, some just have blank, gray frame. I can\'t seem to find a correlation between XML layouts that work and those that do not, there is a mixture of use

15条回答
  •  爱一瞬间的悲伤
    2020-12-08 03:39

    for android 3.1.3 I solved it by changing the dependencies

    from

    implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
    

    to

    implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
    

提交回复
热议问题