Andrew Kelly
Andrew Kelly
Hi, In order to remove Jetifier from my build scripts, this is one of the last utilities that includes the old android.support libraries. Can you please make a version based...
The new first/lastMonth attributes in XML can only be set to know values e.g. March. How can I set it to the current month?
This may just be a personal preference, but I think the method setmController should be renamed to remove the "m".
According to the docs TypedArray should be recycled when finished with. http://developer.android.com/reference/android/content/res/TypedArray.html This doesn't seem to be happening within the library.
## About this issue - Briefly describe the issue I currently use a command like this to generate my aboutlicense.json file `./gradlew app:exportLibraryDefinitions -PaboutLibraries.exportPath=src/main/assets/ -PaboutLibraries.exportVariant=dimensionRelease` Where `dimension` is different components...
Each of the composables in our app have an associated Preview in the file for rendering in the IDE. It'd be great if there was a new annotation I could...
**Description** If I place an `AlertDialog` inside a `Scaffold` it fails to render when capturing snapshots with Paparazzi. This setup renders correctly inside the Android Studio preview panel. Remove the...
**Description** I have the following code to fetch and render adaptive icons, specifically the `res/mipmap-anydpi-v26/ic_launcher.xml` file. ``` @Composable fun adaptiveIconPainterResource(@DrawableRes id: Int): Painter { val res = LocalContext.current.resources val theme...
It's be great if I could apply a dynamic ColorFilter to individual Path elements within a VectorDrawable and AnimatedVectorDrawable. use-case - I have a button made up of multiple layers,...
It'd be great to be able to use a LayerDrawable with Kyrie, where each layer could be an animated vector drawable. and setting the progress on the LayerDrawable would "scrub"...