-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
android 4.4.4侧滑退出显示app启动界面 #45
Comments
但是“知乎”在nexus5(4.4.4)上则是正常的(滑动退出过程中可以看见它的上一个页面) |
试试最新的代码 我调整了一些东西
|
不好意思,我这里看到最新的提交是“Commits on Sep 13, 2014” |
那 demo 运行正常吗?
|
demo运行是正常的,只当多次点击 start new activity 打开多个页面时,每次侧滑回至上一个页面会先显示应用界面,然后再弹出上一个页面。 |
我觉得是theme没设对呢。。
|
我运行的是demo ,关于demo的theme这一块没有做改变 目前这一个问题只量出现在“LG”的手机(Nexus5与G2)上(4.4.4、4.4.2) 图片没有上传成功,我在百度网盘上有运行效果链接(只是nexus5的): |
先显示应用界面是指桌面吗?
|
最顶层的activity设置成了透明就会这样 去掉顶层的透明再试试
|
参考:#38 |
嗯 小意思
|
不好意思,我也碰到了同样的问题,在Android 4.4.4 (Nexus 4) 上面也碰到了同样的问题,但是在 Android 4.1 (Nesxus S) 的手机上没有问题。即,滑动关闭 Activity 的时候 滑动过程中显示的不是上一个 Activity 而是 Home 界面。看了你们的问答。发现没有看懂... “setting windowIsTranslucent to false for bottom activity seems to work.” 这句话如何理解? |
设置最低层的Activity的style为: <item name="android:windowIsTranslucent">false</item> 其它的activity则设置为: <item name="android:windowIsTranslucent">true</item> 我是这样解决的。。。 |
@lejun 非常感谢你,这个问题解决了。同时也希望作者能够完善一下。 |
我也碰到了同样的问题。。。 |
RT:
情况,我手机上两台手机:nexus5(4.4.4)与化为X6(4.4.2)退出滑动效果不一致。
两台手机都是运行同一套代码
1,nexus5 只有当activity完全退出时,前一个activity才出弹出
2,华为X6则可以完美展示(即在滑动退出时,就可以看见前一个activity)
(已经设置透明主题)
参考过这个问题:
#4
The text was updated successfully, but these errors were encountered: