Jakob Sunde
Jakob Sunde
This article seems to recommend ?attr over @color, although it doesn't seem to go into much detail as to why that is recommended. https://medium.com/androiddevelopers/android-styling-common-theme-attributes-8f7c50c9eaba
``` Specifically we recommended using theme attributes to provide a point of indirection to resources, so that you can vary them (e.g. in [dark theme](https://developer.android.com/guide/topics/ui/look-and-feel/darktheme)) ```
``` This enables us to create fewer layouts or styles, isolating changes within a theme. In practice, you largely want to vary colors by theme and as such you should...
Yes I believe this is fixed with the recent permissions and photo task changes
Here is a simple example with only one file from the JFreeChart project that fails. If you download and extract the contents of the attached archive and run the commands...