machinekit / QtQuickVcp

A Virtual Control Panel for Machinekit written in Qt/C++/QML
Other
128 stars 74 forks source link

Buttons strange on new Android device #182

Closed luminize closed 7 years ago

luminize commented 7 years ago

Minor Issue: I've purchased a Samsung Galaxy Tab and have installed Machinekit-Client from the Google Play Store. I notice that buttons which normally have an uniform gray color, these show as bars with alternating color. Is this something Android specific?

machinekoder commented 7 years ago

In short - yes, thats the Android Material style.

Bas de Bruijn writes:

Minor Issue: I've purchased a Samsung Galaxy Tab and have installed Machinekit-Client from the Google Play Store. I notice that buttons which normally have an uniform gray color, these show as bars with alternating color. Is this something Android specific?

machinekoder commented 7 years ago

You can, of course, create custom Buttons if you want or choose an alternative Qt style if you can compile from source. http://doc.qt.io/qt-5/qtquickcontrols-platformnotes.html#android-style

luminize commented 7 years ago

Ah, ok, thanks. I was thinking it was something going wrong on my side.