styles.xml
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/qorange</item><!--ListView下拉阴影、标题栏颜色等-->
<item name="colorPrimaryDark">@color/black</item><!--状态栏颜色-->
<item name="colorAccent">@color/Qblue</item><!--Dialog弹窗按钮颜色-->
</style>
Theme.AppCompat.Light.NoActionBar
这个样式没有标题栏
以上为个人在写代码中遇到的,如果有更详细的请补充指教