SpinnerDialog icon indicating copy to clipboard operation
SpinnerDialog copied to clipboard

Spinner's styles in Android Lollipop.

Open welovewebdesign opened this issue 9 years ago • 3 comments

Hi, I'm testing the plugin with a device on Android Lollipop. This is the spinner I get:

On Android Lollipop, shouldn't the spinner be more like this one or the ionic's android one?

welovewebdesign avatar May 16 '15 15:05 welovewebdesign

It is. But, you have to change the theme in your AndroidManifest.xml in your cordova/platforms/android folder. In the MainActivity change the theme to:

android:theme="@android:style/Theme.DeviceDefault"

Eusebius1920 avatar Jun 17 '15 21:06 Eusebius1920

Tried what @Eusebius1920 said and worked, but in lollipop it gets a huge black background. Does anyone have a solution? @Paldom?

igor9silva avatar Nov 12 '15 19:11 igor9silva

Any solution for this?

goncalomarques avatar May 11 '16 12:05 goncalomarques