replace swipeview, send & receive now dialogs
send mostly working, though no user entered payment yet
This commit is contained in:
@@ -14,10 +14,15 @@ Pane {
|
||||
padding: 0
|
||||
clip: true
|
||||
|
||||
background: Rectangle {
|
||||
color: constants.darkerBackground
|
||||
}
|
||||
|
||||
ListView {
|
||||
id: listview
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
|
||||
model: visualModel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user