Richa
Richa

Reputation: 3193

Background screen visibility

When going background, App's last accessed screen is not showing. Instead its showing blank screen shown in attached image..enter image description here

  <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

Answers (0)

Related Questions