DocumentInfoIconScheme

data class DocumentInfoIconScheme(val documentInfoContentIcon: Int, val documentInfoChangesIcon: Int, val documentInfoSizeIcon: Int, val documentInfoFabEditIcon: Int, val documentInfoFabDoneIcon: Int)

Icon scheme for the document info view.

Constructors

Link copied to clipboard
constructor(documentInfoContentIcon: Int, documentInfoChangesIcon: Int, documentInfoSizeIcon: Int, documentInfoFabEditIcon: Int, documentInfoFabDoneIcon: Int)

Properties

Link copied to clipboard

Resource ID for the changes/modifications icon.

Link copied to clipboard

Resource ID for the content info icon.

Link copied to clipboard

Resource ID for the FAB done/complete icon.

Link copied to clipboard

Resource ID for the FAB edit icon.

Link copied to clipboard

Resource ID for the file size icon.