getDocumentInfoIconScheme

fun getDocumentInfoIconScheme(documentInfoContentIcon: Int = R.drawable.pspdf__ic_outline, documentInfoChangesIcon: Int = R.drawable.pspdf__ic_info, documentInfoSizeIcon: Int = R.drawable.pspdf__ic_size, documentInfoFabEditIcon: Int = R.drawable.pspdf__ic_edit, documentInfoFabDoneIcon: Int = R.drawable.pspdf__ic_done): DocumentInfoIconScheme

Creates a DocumentInfoIconScheme with the specified icon resources for document info UI.

Return

A configured DocumentInfoIconScheme instance.

Parameters

documentInfoContentIcon

Drawable resource for the content/outline section icon.

documentInfoChangesIcon

Drawable resource for the changes/info section icon.

documentInfoSizeIcon

Drawable resource for the size section icon.

documentInfoFabEditIcon

Drawable resource for the FAB edit icon.

documentInfoFabDoneIcon

Drawable resource for the FAB done icon.