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

开启ios效果后,再设置不同背景,出现了问题 #9

Open
MagicKim opened this issue Nov 20, 2019 · 4 comments
Open

开启ios效果后,再设置不同背景,出现了问题 #9

MagicKim opened this issue Nov 20, 2019 · 4 comments

Comments

@MagicKim
Copy link

这个图片
clampViewPositionHorizontal方法里面只是处理了contentView的width,而不是真正的在滑动的过程中改变menuView的宽度.这个要怎么处理呢?

@MagicKim MagicKim changed the title 开始ios设置不同背景之后出现的问题 设置了ios效果之后重新设置不同背景后出现了问题 Nov 20, 2019
@MagicKim MagicKim changed the title 设置了ios效果之后重新设置不同背景后出现了问题 开启ios效果后,再设置不同背景,出现了问题 Nov 20, 2019
@ditclear
Copy link
Owner

确实是,因为要动态改变一个View的宽度在android里是有开销的,所以其实将背景颜色和content设为一样的是最简单的。

@MagicKim
Copy link
Author

有思路吗?如果要动态改变meunVIew里面子项的宽度.需要在哪些方法进行操作呢?

@ditclear
Copy link
Owner

设置view的layoutparam呗,但我觉着可以曲线救国,比如把background设置为按钮的相同的背景色,看起来的效果应该是一样的

@MagicKim
Copy link
Author

哈哈.我们产品将contentView设置了成了半透明的背景.所以现在需要对其就行改造一番.是要在onViewPositionChanged这个方法里面动态改变child layoutparam吗?

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