android - How is the view in Google Play Music Artists called? -


i wondered how specific image view in artist section of google play music app called. when clicking on artist image of artist @ top , listview right below. when scrolling down "imageview" doesn't behave normal view, scrolls slower views below it.

here's screenshot:

enter image description here

as might see, imageview scrolled less container below of (small arrow imageview, long arrow container)

does know how view ist called?

edit:

i making research , found following class:

https://android.googlesource.com/platform/packages/apps/contactscommon/+/master/src/com/android/contacts/common/widget/proportionallayout.java

is possible that's same view searching for? however, following documented in class:

height := width * factor 

so guess that's searching for, maybe take @ it?

after doing research found i've searched for: view called "parallaxscrollview".


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -