GalleryFlow

data class GalleryFlow(var navigationBarStyle: NavigationBarStyle, var screenAuthor: TextMessageStyle, var screenDate: TextMessageStyle, var imageScreenBackgroundColor: Int, var permissionDescriptionPopupStyle: PermissionDescriptionPopupStyle) : Serializable

Стиль верхнего уровня, определяющий вид галереи

Parameters

navigationBarStyle

Стиль для тулбара. Содержит стили для кнопки "назад", "копировать", "меню" и т.д.

screenAuthor

Стиль для текста, представляющий автора изображения

screenDate

Стиль для текста, представляющий дату изображения

imageScreenBackgroundColor

фоновый цвет для изображения (ресурс)

permissionDescriptionPopupStyle

Стиль для окна с описанием запрашиваемых разрешений

Constructors

Link copied to clipboard
constructor(navigationBarStyle: NavigationBarStyle, screenAuthor: TextMessageStyle, screenDate: TextMessageStyle, imageScreenBackgroundColor: Int, permissionDescriptionPopupStyle: PermissionDescriptionPopupStyle)