player-ui / player

Home Page:https://player-ui.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android: New Reference Asset - Choice

hborawski opened this issue · comments

Depends on #181

Consuming the new core choice, provide a rendering implementation in Android that displays the asset a list of "tiles". While the React implementation will use radio buttons, that UX is not as ideal on mobile devices, and we should opt for slightly larger controls.

A "tile" can be described as follows:

  • A tile is a container with rounded corners, and a slight shadow to lift it off the content behind it
  • A tile that is currently selected has no shadow, and a green stroke around the border of the tile

For this choice asset:

  • Render the label of each choice entry inside each tile

  • Render the title of the choice above the list of tiles

  • Render validation information below the list of tiles

I'd like to take on this issue