Ubuntu SDK - Centering ActivityIndicators
How can I center an ActivityIndicator within the screen? My current code is:
Column {
Row {
ActivityIndicator {
anchors.leftMargin: units.gu(10)
running: true
}
}
}
How can I center an ActivityIndicator within the screen? My current code is:
Column {
Row {
ActivityIndicator {
anchors.leftMargin: units.gu(10)
running: true
}
}
}
No comments:
Post a Comment