简体   繁体   中英

Android studio isn`t showing layout properly

I started learning java and then thought about working with Android Studio. I installed Android Studio in Ubuntu and this is what it shows me. 在此处输入图片说明

Can someone help me with this?

I have this problem whenever I create a new project in Android Studio, what you have to do is go to the styles.xml file and change the following line:

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

And replace it with:

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

在此处输入图片说明

Split screen

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM