ExtendedCalendarView icon indicating copy to clipboard operation
ExtendedCalendarView copied to clipboard

Remove extraneous styles

Open kingargyle opened this issue 9 years ago • 0 comments

The styles were causing issues with being able to include the app when packaged as an AAR. This removes the styles and the application information from the AndroidManifest.xml.

Overriding the AppBaseTheme in a library is not good practice especially since AARs can now contain an AndroidManifest.xml

kingargyle avatar Mar 24 '15 15:03 kingargyle