Reputation: 3193
When going background, App's last accessed screen is not showing. Instead its showing blank screen shown in attached image..
<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>
Upvotes: 0
Views: 102