Skip to content

Instantly share code, notes, and snippets.

@mirokolodii
Created November 19, 2023 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirokolodii/cef4f1b7cb1c811d19734461b964acd2 to your computer and use it in GitHub Desktop.
Save mirokolodii/cef4f1b7cb1c811d19734461b964acd2 to your computer and use it in GitHub Desktop.
Custom View preview data
private val previewItems = listOf(
mapOf(
"Dimension" to "34x12x8",
),
mapOf(
"Display" to "6.4 inches",
"Resolution" to "1080x2340"
),
mapOf(
"OS" to "Android 10",
"Main camera" to "50 MP, f/1.8",
"Selfie camera" to "32 MP, f/2.2",
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment