linphone-desktop/tests/ui/modules/Linphone/Chat/OutgoingMessage.qml
2016-10-17 09:14:46 +02:00

21 lines
297 B
QML

import QtQuick 2.7
import QtQuick.Layouts 1.3
import Common 1.0
import Linphone 1.0
Message {
backgroundColor: '#E4E4E4'
Item {
height: 30
width: 30
// TODO: Success and re-send icon.
Icon {
anchors.centerIn: parent
icon: 'valid'
iconSize: 16
}
}
}