我刚有了android studio,由于屏幕与lynda.com上的教程不同,我有一些疑问。我的content_main.xml文件的设计标签只是一个蓝色正方形 但是,本教程改用此屏幕。 。当我关闭项目并重新打开它时,这似乎可以自行修复。但是,不是在屏幕中间显示教程,而是在屏幕中间显示android ... Coordinator布局,如下所示。我刚刚下载了Android Studio,但我做错了什么...
答案 0 :(得分:0)
确保您的styles.xml
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
答案 1 :(得分:0)
确保样式为(parent =“ Base.Theme.AppCompat.Light.DarkActionBar”>)