### Control names

`PersonaView` The row cell design for a single person with 1 or 2 lines of text

`PersonaListView` Assembling PersonaView into a performant list

### Source code

[PersonaView](https://github.com/microsoft/fluentui-android/blob/master/FluentUI/src/main/java/com/microsoft/fluentui/persona/PersonaView.kt)

[PersonaListView](https://github.com/microsoft/fluentui-android/blob/master/FluentUI/src/main/java/com/microsoft/fluentui/persona/PersonaListView.kt)

### Sample code

[PersonaView demo activity](https://github.com/microsoft/fluentui-android/blob/master/FluentUI.Demo/src/main/java/com/microsoft/fluentuidemo/demos/PersonaViewActivity.kt)

[PersonaListView demo activity](https://github.com/microsoft/fluentui-android/blob/master/FluentUI.Demo/src/main/java/com/microsoft/fluentuidemo/demos/PersonaListViewActivity.kt)
