Project

General

Profile

Actions

Feature #1182

open

Look into removing all of the bitmap drawables

Added by Soren Stoutner about 1 month ago.

Status:
New
Priority:
3.x
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

Also available in: Atom PDF