Android Studio 1.2.1.1 layout preview problems

后端 未结 1 916
北海茫月
北海茫月 2021-01-12 16:09

After updating to Android Studio 1.2.1.1, I created a new fresh blank project and created a layout.xml

Shortly after creation, I decided to look at the preview. I we

相关标签:
1条回答
  • 2021-01-12 16:37

    Seems to be a bug. Workaround is to inherit from the Base theme in your styles.xml:

    <style name="AppTheme" parent="Base.Theme.AppCompat.Light"/>
    
    0 讨论(0)
提交回复
热议问题