We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
android:windowIsTranslucent=true 设置上面这个属性 android:activityOpenEnterAnimation@anim/activity_enter android:activityCloseExitAnimation@anim/activity_exit 下面这两个失效 android:activityOpenExitAnimation@anim/activity_hide android:activityCloseEnterAnimation@anim/activity_show
The text was updated successfully, but these errors were encountered:
按文档和 Demo 里的来
https://github.com/bingoogolapple/BGASwipeBackLayout-Android/blob/705ca6612d5b72baa28929b3cd07b83c3e7e0e73/demo/src/main/java/cn/bingoogolapple/swipebacklayout/demo/activity/BaseActivity.java
https://github.com/bingoogolapple/BGASwipeBackLayout-Android/blob/705ca6612d5b72baa28929b3cd07b83c3e7e0e73/library/src/main/java/cn/bingoogolapple/swipebacklayout/BGASwipeBackHelper.java
Sorry, something went wrong.
No branches or pull requests
android:windowIsTranslucent=true
设置上面这个属性
android:activityOpenEnterAnimation@anim/activity_enter
android:activityCloseExitAnimation@anim/activity_exit
下面这两个失效
android:activityOpenExitAnimation@anim/activity_hide
android:activityCloseEnterAnimation@anim/activity_show
The text was updated successfully, but these errors were encountered: