进入后台时,应用程序的最后访问屏幕未显示。相反,它显示的空白屏幕显示在所附图像中..
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/blue_nico</item>
<item name="colorPrimaryDark">@color/blue_nico</item>
<item name="colorAccent">@color/create</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:textAllCaps">false</item>
<item name="android:textViewStyle">@style/DefaultTextView</item>
</style>