Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Previous Activty not visible #90

Open
FDCpedroza opened this issue Apr 26, 2022 · 2 comments
Open

Previous Activty not visible #90

FDCpedroza opened this issue Apr 26, 2022 · 2 comments

Comments

@FDCpedroza
Copy link

Previous activty not visible during swiping, but it appears after sliding.
Please help me thanks.

@FDCpedroza
Copy link
Author

i have tried this solutions

<item name="android:windowIsTranslucent">true</item>  
<item name="android:windowBackground">@android:color/transparent</item>
<style name="Theme.Slidr.Slidable" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- These values must be set for this mechanism to work -->
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>

        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
        <item name="android:statusBarColor">@android:color/transparent</item>
    </style>

@benjictln
Copy link

Hey I have the same issue, it seems to appear on the newest version of android ..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants