Jude95 / SwipeBackHelper

make your activity can swipe to close
1.38k stars 268 forks source link

安卓4.4.4的版本,或以下版本,滑动时,下面一层显示的不是之前的acitivty而是home界面背景 #59

Closed elvissun-king closed 7 years ago

elvissun-king commented 7 years ago

sorry, ignore this issue.请忽略这个问题。 Attention set up a separate theme for your main activity which should be at bottom and can't be swipe.and set the Activity no swipe by setSwipeBackEnable(false)

<style name="MainTheme" parent="AppTheme">
    <item name="android:windowIsTranslucent">false</item>
</style>