swap

  1. R

    Android Question swap colours of bitmap

    Using .png images for ACToolbar icons. Produce the bitmapdrawables with this code: Sub BitmapDrawableFromFile(strFolder As String, strFile As String) As BitmapDrawable Dim bmp As Bitmap Dim bmpd As BitmapDrawable bmp = LoadBitmap(strFolder, strFile) bmpd.Initialize(bmp) Return bmpd End...
Top