Uh oh! We couldn’t find any match.
Please try other search keywords.
This capsule displays many of the common layouts used in Bixby Views.
The Common Layouts sample capsule is trained with a set of utterances that call up a set of cards, cells, and other input components:
These layouts are defined in the resources/base/layouts
directory of the capsule:
layouts/
├── compound-card/
│ ├── Flower_Compound_Card.layout.bxb
│ ├── Hotel_Compound_Card.layout.bxb
│ └── RideShare_Compound_Card.layout.bxb
├── details/
│ ├── Flower_Details.layout.bxb
│ ├── Hotel_Details.layout.bxb
│ ├── Hotel_Rating.layout.bxb
│ └── RideShare_Details.layout.bxb
├── image-card/
│ ├── Flower_Image_Card.layout.bxb
│ ├── Hotel_Image_Card.layout.bxb
│ └── RideShare_Image_Card.layout.bxb
└── thumbnail-card/
├── Flower_Thumbnail_Card.layout.bxb
├── Hotel_Thumbnail_Card.layout.bxb
└── Rideshare_Thumbnail_Card.layout.bxb
For more details about specific components, read Creating Bixby Views.