pedant / sweet-alert-dialog

SweetAlert for Android, a beautiful and clever alert dialog
http://pedant.github.io
7.27k stars 1.94k forks source link

Error:No resource identifier found for attribute 'progressIndeterminate' in package 'dialiglib.com.dialoglib' #91

Open LHJUN opened 8 years ago

LHJUN commented 8 years ago

repositories { mavenCentral() } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.pnikosis:materialish-progress:1.7' compile 'cn.pedant.sweetalert:library:1.3' }

when I add " compile 'cn.pedant.sweetalert:library:1.3 ", the studio error。 This is my gradle setting. How to resolve?

rpaknahad commented 8 years ago

same problem, any solution?

shuangqingfeng commented 8 years ago

I've had the same problem.

ExtinctAmoeba commented 8 years ago

Hi, any solution?

nirmalrzwt commented 8 years ago

i have same problem

MiladFaridnia commented 8 years ago

The Same Problem

xueweiyang commented 8 years ago

remove 'com.pnikosis:materialish-progress:1.7', the project may already contains it.

Moearly commented 7 years ago

Because the library contains com.pnikosis: materialish-progress library version is too old, you can re-introduce the code as a module, change the materialish-progress version 1.7, and then modify the alert_dialog.xml file using the location of materialish-progress The wheel: progressIndeterminate = "true" to wheel: matProg_progressIndeterminate = "true"

saurabh321gupta commented 7 years ago

@Moearly brother you rock. You're a lifesaver.

felipeslongo commented 6 years ago

@Moearly thanks very much, helped me.

kiStephane commented 6 years ago

@Moearly thank you very much. helped me too