Android Studio无法正确显示布局

时间:2018-07-11 17:13:39

标签: android android-studio

我开始学习Java,然后考虑使用Android Studio。我在Ubuntu中安装了Android Studio,这就是向我展示的内容。 enter image description here

有人可以帮我吗?

1 个答案:

答案 0 :(得分:1)

每当我在Android Studio中创建一个新项目时,我都会遇到此问题,您要做的是转到styles.xml文件并更改以下行:

<style name = "AppTheme" parent = "Theme.AppCompat.Light.DarkActionBar">

并替换为:

<style name = "AppTheme" parent = "Base.Theme.AppCompat.Light.DarkActionBar">

enter image description here

Split screen