lawloretienne / ImageGallery

A gallery used to host an array of images
Apache License 2.0
645 stars 116 forks source link

conflict with material dialog library #10

Closed anantshah93 closed 8 years ago

anantshah93 commented 8 years ago

after using this library and material dialog library gradle will show error that drwable resource not found related to alpha_close.

gradle file compile('com.github.afollestad.material-dialogs:core:0.8.5.1@aar') { transitive = true } compile 'com.github.lawloretienne:imagegallery:0.0.13'

Error:

/Users/apple/Desktop/androidApp/app/build/intermediates/exploded-aar/com.github.afollestad.material-dialogs/core/0.8.5.1/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').

lawloretienne commented 8 years ago

Checkout http://stackoverflow.com/questions/35632576/error-cannot-find-symbol-variable-abc-ic-ab-back-mtrl-am-alpha . I dont think this issue is with my library.

anantshah93 commented 8 years ago

ok i will try thanks, but i posted here because of after declaring this lib to my project i m getting this error and if i remove this lib and again sync project , error was gone so i did anyway, thank you i will again try to integrate your library and you developed good library...