简体   繁体   中英

Android Image view and list view in scroll view

I have one image view and list view in my XML file. Functionality Required: When I scroll list view then image view should also scroll with slow scrolling speed.

您需要在列表视图中添加视差视图,而不是使用图像视图。

It's called Parallax Effect .

You can use this library

Use the android-design library wich already integrates the parallax effect. You can take a look at Chris Banes cheesesquare example to show how to do it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM