-1

I'm trying to design an app with a layout that will roughly look like this (don't mind the color):

This is what I'm trying to do

How can I achieve something like that? I'm thinking of using a CardView for that bottom panel (I don't know what it's really called).
Furthermore, I want to hide it (animating it) when the use scrolls on the content. I have tried many codes but they won't work so I won't put them here anyway (like what's suggested here). Thanks for the help.

Community
  • 1
  • 1
Erwinstein
  • 49
  • 1
  • 12

1 Answers1

3

Whenever I have a question along the lines of "How do I do this neat UI thing I saw once?", I always start by checking out wasabeef's amazing UI library collection. In your case I might start by looking at bottomsheet or AndroidSweetSheet.

TBridges42
  • 1,849
  • 1
  • 19
  • 29