文章列表
在values的styles文件中添加自定义样式:
<style name="MyApp.BaseTheme" parent="android:style/Theme.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style> ...