Actions
Feature #1182
openLook into removing all of the bitmap drawables
Start date:
03/19/2024
Due date:
% Done:
0%
Estimated time:
Description
Most of them are vectored images, but a few bitmaps remain.
It might now be possible to use vectors natively in some cases, and in others they can be converted at runtime with something similar to:
AppCompatResources.getDrawable(requireContext(), R.drawable.folder)!!.toBitmap(64, 64, Bitmap.Config.ARGB_8888)
No data to display
Actions