Ataul Munim

Results 14 comments of Ataul Munim

The documentation says to return all the resources for a given version if the list is empty (I wonder why the list can't just be exhaustive to save developers from...

I guess this is because of the `PERMANENT_RESOURCES_VERSION` in `LayoutRootPreview`. For previews, maybe we could increment it every time we recompose, since the purpose is rapid iteration, and it's reasonable...

I think for a "good first issue" this needs more context: - what's the problem and which APIs does this affect currently? - Are we talking only [about this function](https://github.com/google/horologist/blob/40801e6e64b55b7e0caeaba96151e8577f399afc/tiles/src/main/java/com/google/android/horologist/tiles/images/images.kt#L85)?...

I added a parameter for [`Layout*Preview` here](https://github.com/google/horologist/issues/236) to set the color, see what you think.