Paldom / SpinnerDialog

PhoneGap waiting dialog plugin with spinner for Android, iOS and Windows Phone 8.
MIT License
68 stars 70 forks source link

Spinner's styles in Android Lollipop. #25

Open welovewebdesign opened 9 years ago

welovewebdesign commented 9 years ago

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?

Eusebius1920 commented 9 years ago

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"
igor9silva commented 9 years ago

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

goncalomarques commented 8 years ago

Any solution for this?