linphone-desktop/tests/ui/modules/Linphone/Chat/OutgoingMessage.qml
Ronan Abhamon 88e0688ec9 unstable
2016-10-24 16:34:33 +02:00

14 lines
181 B
QML

import Common 1.0
import Linphone 1.0
Message {
id: message
backgroundColor: '#E4E4E4'
// TODO: Success and re-send icon.
Icon {
iconSize: 16
icon: 'valid'
}
}