Tuesday, 28 May 2013

Ubuntu SDK - Centering ActivityIndicators

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
        }
    }
}

No comments:

Post a Comment