linphone-desktop/linphone-app/ui/modules/Linphone/Styles/Sticker/AvatarStickerStyle.qml
Julien Wadel fe4c1982bb Rework sticker view (camera/avatar).
Adapt video conference view to be used for one-one.
Adapt waiting room to be used for outgoing and ending calls.
Fix display of the icon in ActionButton to respect custom sizes.
Fix camera refreshing.
Hide some item memu on One-one.
Update SDK.
2022-07-06 19:58:04 +02:00

16 lines
465 B
QML

pragma Singleton
import QtQml 2.2
import QtQuick 2.7
import Units 1.0
import ColorsList 1.0
// =============================================================================
QtObject {
property string sectionName: 'AvatarSticker'
property color outBackgroundColor: ColorsList.add(sectionName+'_out_bg', 'conference_out_avatar_bg').color
property color inBackgroundColor: ColorsList.add(sectionName+'_in_bg', 'conference_bg').color
property int radius : 10
}