Uday
Uday

Reputation: 1484

What is this layout called?

I am new to android development.

I want to know what kind of layout/control is displayed in the image below?

enter image description here

It is card view or recycle view or something else?

Upvotes: 0

Views: 94

Answers (2)

elyar abad
elyar abad

Reputation: 788

The Layout may be a kind of Dialog. However, there could be several ways to handle the list inside it; it may be:

  • a listView
  • a recyclerView
  • a group of radioButtons
  • several textViews and imageViews
  • ...

It depends on what is suitable for your project!

Upvotes: 2

Cyrille Con Morales
Cyrille Con Morales

Reputation: 957

That is an dialog box with expandableListView

Upvotes: 0

Related Questions