Skip to content

v0.1.1-alpha

Compare
Choose a tag to compare
@nschnettler nschnettler released this 18 Jul 13:53
· 11 commits to main since this release
  • Update to compose 1.0.0-rc02
  • Add DropDown Preference (thanks to @rk779)
  • Improve List and Multiselect preference Dialog UI (thanks to @rk779).
  • Update Preference models to receive a composable slot instead of an ImageVector (thanks to @rk779).
    This makes it possible to pass any composable to use as an icon for the preference. You can now load images from the network (using coil) for example. For simple usecases a new PreferenceIcon model can be used, which takes an ImageVector like before and applies some standard spacing to it.