sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.graphics.drawable
/
IconCompat
/
createWithBitmap
create
With
Bitmap
@
NonNull
open
fun
createWithBitmap
(
@
NonNull
bits
:
Bitmap
)
:
IconCompat
(
source
)
Create an Icon pointing to a bitmap in memory.
Parameters
bits
A valid
android.graphics.Bitmap
object
See also
Icon