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

BottomNavigation

Written by DonManfred (wrapper)

List of types:

BottomNavigation
BottomNavigationItem
BottomNavigationUtils

BottomNavigation


Events:

onNavigationItemClick(index As Int)

Members:


  addTab (item As com.github.BottomNavigation.BottomNavigationItem)

  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

  GetApplicationDrawableID (DrawableName As String) As Int

  Height As Int

  Initialize (EventName As String)

  Invalidate

  Invalidate2 (arg0 As android.graphics.Rect)

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

  isColoredBackground (coloredBackground As Boolean)

  IsInitialized As Boolean

  isWithText (withText As Boolean)

  ItemActiveColorWithoutColoredBackground As Int [write only]

  Left As Int

  Parent As Object [read only]

  RemoveView

  RequestFocus As Boolean

  SendToBack

  SetBackgroundImage (arg0 As android.graphics.Bitmap)

  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)

  Tag As Object

  Top As Int

  Visible As Boolean

  Width As Int

Members description:

addTab (item As com.github.BottomNavigation.BottomNavigationItem)
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
GetApplicationDrawableID (DrawableName As String) As Int
Get a Drawable from the Application Resources.
Returns Null if the Drawable is not found.
Height As Int
Initialize (EventName As String)
Invalidate
Invalidate2 (arg0 As android.graphics.Rect)
Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
isColoredBackground (coloredBackground As Boolean)
IsInitialized As Boolean
isWithText (withText As Boolean)
ItemActiveColorWithoutColoredBackground As Int [write only]
Left As Int
Parent As Object [read only]
RemoveView
RequestFocus As Boolean
SendToBack
SetBackgroundImage (arg0 As android.graphics.Bitmap)
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)
Tag As Object
Top As Int
Visible As Boolean
Width As Int

BottomNavigationItem


Events:

None

Members:


  Color As Int

  ImageResource As Int [read only]

  Initialize (title As String, color As Int, imageResource As String)

  IsInitialized As Boolean

  setImageResource (imageResource As String)

  Title As String

Members description:

Color As Int
ImageResource As Int [read only]
Initialize (title As String, color As Int, imageResource As String)
IsInitialized As Boolean
setImageResource (imageResource As String)
Title As String

BottomNavigationUtils


Events:

None

Members:


  backgroundColorChange (view As android.view.View, fromColor As Int, toColor As Int)

  changeTextColor (textView As android.widget.TextView, fromColor As Int, toColor As Int)

  changeTextSize (textView As android.widget.TextView, from As Float, to As Float)

  changeTopPadding (view As android.view.View, fromPadding As Int, toPadding As Int)

  imageColorChange (image As android.widget.ImageView, fromColor As Int, toColor As Int)

  Initialize

  IsInitialized As Boolean

Members description:

backgroundColorChange (view As android.view.View, fromColor As Int, toColor As Int)
changeTextColor (textView As android.widget.TextView, fromColor As Int, toColor As Int)
changeTextSize (textView As android.widget.TextView, from As Float, to As Float)
changeTopPadding (view As android.view.View, fromPadding As Int, toPadding As Int)
imageColorChange (image As android.widget.ImageView, fromColor As Int, toColor As Int)
Initialize
IsInitialized As Boolean

Top