Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting white screen when i swipe left to right for some time how to remove that. #43

Open
kaprat opened this issue Sep 7, 2017 · 1 comment

Comments

@kaprat
Copy link

kaprat commented Sep 7, 2017

I am getting this white screen attached below for some time like around 3 seconds when I swipe left to right so can you help me how to remove that, i want when i swipe left to right i want to display my previous activity directly instead of showing this white screen.

Also, can you help me how to reduce the time between this two activity transactions?

123

@yeqinfu
Copy link

yeqinfu commented Sep 20, 2017

rewrite your app theme, add those attributes:
<item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowIsTranslucent">true</item>

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

No branches or pull requests

2 participants