Slidr icon indicating copy to clipboard operation
Slidr copied to clipboard

Previous Activty not visible

Open FDCpedroza opened this issue 3 years ago • 2 comments

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

FDCpedroza avatar Apr 26 '22 07:04 FDCpedroza

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>

FDCpedroza avatar Apr 26 '22 09:04 FDCpedroza

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

benjictln avatar Nov 02 '22 15:11 benjictln