diff --git a/src/main.cpp b/src/main.cpp index fb4f426da..868cc77f5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) #ifdef Q_OS_ANDROID QGuiApplication app(argc, argv); - QQuickStyle::setStyle(QStringLiteral("Material")); + QQuickStyle::setStyle(QStringLiteral("org.kde.breeze")); #else QApplication app(argc, argv); // Default to org.kde.desktop style unless the user forces another style