javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

error with the new support library tations:23.2.0 #10

Closed Spiderbezno closed 8 years ago

Spiderbezno commented 8 years ago

com.github.afollestad.material-dialogs/core/0.8.5.4/res/values-v11/values-v11.xml/Users/Jorge1Old/AndroidStudioProjects/My_Andorra_Telecom/app/build/intermediates/exploded-aar/com.github.afollestad.material-dialogs/core/0.8.5.4/res/values-v11/values-v11.xml

Error:(3, 5) No resource found that matches the given name (at 'android:actionModeCloseDrawable' with value '@drawable/abc_ic_ab_back_mtrl_am_alpha').

Aeefire commented 8 years ago

I have the same issue.

using an older support library version did not solve the issue.

javiersantos commented 8 years ago

Could you try the latest snapshot release of the library?

dependencies {
    compile 'com.github.javiersantos:MaterialStyledDialogs:-SNAPSHOT'
}
Spiderbezno commented 8 years ago

Tomorrow I will try, now I've just leave the work Could you try the latest snapshot release of the library?

dependencies {
    compile 'com.github.javiersantos:MaterialStyledDialogs:-SNAPSHOT'
}

Reply to this email directly or view it on GitHub: https://github.com/javiersantos/MaterialStyledDialogs/issues/10#issuecomment-188879007

Aeefire commented 8 years ago

Worked for me.

F4bioo commented 8 years ago

it's working

javiersantos commented 8 years ago

Nice! Thank you guys :+1:

Luckyrana001 commented 8 years ago

Thanks all, it worked for me too