darsh2 / MultipleImageSelect

Android library that provides for multiple image selection.
Apache License 2.0
300 stars 112 forks source link

Theme should be editable #7

Closed nimitsolanki closed 8 years ago

nimitsolanki commented 9 years ago

Hi @darsh2 ,

I want to use default app theme, What should I do ? Check MultipleImageSelectTheme style.

darsh2 commented 9 years ago

In your AndroidManifest.xml under the app node, remove the line android:theme="@style/MultipleImageSelectTheme" , and replace it with a custom theme. This should work I guess.

Bluesir9 commented 9 years ago

yeah by adding tools:replace="android:theme" and your own theme as mentioned above, it works. But the same does not reflect in the ImageSelectActivity. Also the action bar label disappears when I do that.

darsh2 commented 8 years ago

Hey, my apologies for the really late fix. You can read here about using custom themes https://github.com/darsh2/MultipleImageSelect/blob/master/README.md#custom-styles

darsh2 commented 8 years ago

Closing this issue as for now as commit c40f586 solves this.