Android Programming Press on the image to return to the main documentation page.

MaterialIcons

Written by DonManfred

...

List of types:

MaterialDrawableBuilder
MaterialIconView

MaterialDrawableBuilder


Events:

None

Members:


  build As android.graphics.drawable.Drawable

  clearColorFilter As MaterialDrawableBuilder

  Color As Int [write only]

  Icon As Int [write only]

  Iconlist As List [read only]

  Initialize (EventName As String)

  IsInitialized As Boolean

  Opacity As Int [read only]

  setAlpha (alpha As Int) As MaterialDrawableBuilder

  setColorFilter (cf As android.graphics.ColorFilter) As MaterialDrawableBuilder

  setColorResource (colorRes As Int) As MaterialDrawableBuilder

  setStyle (style As android.graphics.Paint.Style) As MaterialDrawableBuilder

  SizeDp As Int [write only]

  SizePx As Int [write only]

Members description:

build As android.graphics.drawable.Drawable
clearColorFilter As MaterialDrawableBuilder
Color As Int [write only]
Icon As Int [write only]
Iconlist As List [read only]
Initialize (EventName As String)
IsInitialized As Boolean
Opacity As Int [read only]
setAlpha (alpha As Int) As MaterialDrawableBuilder
setColorFilter (cf As android.graphics.ColorFilter) As MaterialDrawableBuilder
setColorResource (colorRes As Int) As MaterialDrawableBuilder
Set the color of the drawable.
colorRes: The color resource, from your R file.
Return type: @return:The current IconDrawable for chaining.
setStyle (style As android.graphics.Paint.Style) As MaterialDrawableBuilder
Sets paint style.
style: to be applied
SizeDp As Int [write only]
SizePx As Int [write only]

MaterialIconView


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

None

Members:


  ba As BA

  Background As android.graphics.drawable.Drawable

  BringToFront

  Color As Int [write only]

  DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)

  Enabled As Boolean

  Height As Int

  Icon As Int [write only]

  Iconlist As List [read only]

  Initialize (EventName As String)

  Invalidate

  Invalidate2 (arg0 As android.graphics.Rect)

  Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  IsInitialized As Boolean

  Left As Int

  Padding() As Int

  Parent As Object [read only]

  RemoveView

  RequestFocus As Boolean

  SendToBack

  SetBackgroundImage (arg0 As android.graphics.Bitmap) As BitmapDrawable

  SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)

  SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)

  SetVisibleAnimated (arg0 As Int, arg1 As Boolean)

  SizeDp As Int [write only]

  SizePx As Int [write only]

  Tag As Object

  Top As Int

  Visible As Boolean

  Width As Int

Members description:

ba As BA
Background As android.graphics.drawable.Drawable
BringToFront
Color As Int [write only]
DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
Enabled As Boolean
Height As Int
Icon As Int [write only]
Iconlist As List [read only]
Initialize (EventName As String)
Invalidate
Invalidate2 (arg0 As android.graphics.Rect)
Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
IsInitialized As Boolean
Left As Int
Padding() As Int
Parent As Object [read only]
RemoveView
RequestFocus As Boolean
SendToBack
SetBackgroundImage (arg0 As android.graphics.Bitmap) As BitmapDrawable
SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
SizeDp As Int [write only]
SizePx As Int [write only]
Tag As Object
Top As Int
Visible As Boolean
Width As Int

Top