0

I'm new at programming in Android studio and am trying to do something like this video down below. I don't know what should I use and how even to start, is this something like a collapse toolbar or something else? Thanks for the help :)

Video click here

Thanks all, Peace :)

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
domJ
  • 37
  • 1
  • 4

1 Answers1

0

I think you should use:

  • CoordinatorLayout
  • AppBarLayout
  • CollapsingToolbarLayout

Here I found "similar" issue. Issue with CoordinatorLayout and ImageView that adjusts width while scrolling

If you don't want your immage to fade completely, you can always set: app:layout_collapseMode="pin"

FuriousSpider
  • 558
  • 4
  • 9