Skip navigation links
A B G N O R S V 

A

addBadge(BadgeLayout.Badge) - Method in class au.com.dardle.widget.BadgeLayout
Add a badge to this layout.
addOnBadgeClickedListener(BadgeLayout.OnBadgeClickedListener) - Method in class au.com.dardle.widget.BadgeLayout
Add a BadgeLayout.OnBadgeClickedListener that will be invoked when badge is clicked.
addView(View) - Method in class au.com.dardle.widget.BadgeLayout
 
addView(View, int) - Method in class au.com.dardle.widget.BadgeLayout
 
addView(View, ViewGroup.LayoutParams) - Method in class au.com.dardle.widget.BadgeLayout
 
addView(View, int, ViewGroup.LayoutParams) - Method in class au.com.dardle.widget.BadgeLayout
 
au.com.dardle.widget - package au.com.dardle.widget
 

B

BadgeItem - Class in au.com.dardle.widget
BadgeItem is a special 'view' which allows you to declare badge items for a BadgeLayout within a layout.
BadgeItem(Context) - Constructor for class au.com.dardle.widget.BadgeItem
 
BadgeItem(Context, AttributeSet) - Constructor for class au.com.dardle.widget.BadgeItem
 
BadgeItem(Context, AttributeSet, int) - Constructor for class au.com.dardle.widget.BadgeItem
 
BadgeLayout - Class in au.com.dardle.widget
BadgeLayout provides a horizontal layout to display badges.
BadgeLayout(Context) - Constructor for class au.com.dardle.widget.BadgeLayout
 
BadgeLayout(Context, AttributeSet) - Constructor for class au.com.dardle.widget.BadgeLayout
 
BadgeLayout(Context, AttributeSet, int) - Constructor for class au.com.dardle.widget.BadgeLayout
 
BadgeLayout.Badge - Class in au.com.dardle.widget
A badge in this layout.
BadgeLayout.BadgeTextPosition - Enum in au.com.dardle.widget
 
BadgeLayout.OnBadgeClickedListener - Interface in au.com.dardle.widget
Callback interface invoked when a badge is clicked.

G

getBadgeContentSpacing() - Method in class au.com.dardle.widget.BadgeLayout
Get the spacing between badge's text and image
getBadgeTextColor() - Method in class au.com.dardle.widget.BadgeLayout
 
getBadgeTextPosition() - Method in class au.com.dardle.widget.BadgeLayout
Get badge's text position
getBadgeTextSize() - Method in class au.com.dardle.widget.BadgeLayout
Get badge text size
getSpacing() - Method in class au.com.dardle.widget.BadgeLayout
Get the spacing between badge items
getText() - Method in class au.com.dardle.widget.BadgeLayout.Badge
Return the text of this badge.

N

newBadge() - Method in class au.com.dardle.widget.BadgeLayout
Create and return a new BadgeLayout.Badge.

O

onBadgeClicked(BadgeLayout.Badge) - Method in interface au.com.dardle.widget.BadgeLayout.OnBadgeClickedListener
 

R

removeAllBadges() - Method in class au.com.dardle.widget.BadgeLayout
Remove all badges from the layout.
removeOnBadgeClickedListener(BadgeLayout.OnBadgeClickedListener) - Method in class au.com.dardle.widget.BadgeLayout

S

setBadgeBackground(int) - Method in class au.com.dardle.widget.BadgeLayout
Set badge's background
setBadgeContentSpacing(int) - Method in class au.com.dardle.widget.BadgeLayout
Set the spacing between text and image
setBadgeTextColor(ColorStateList) - Method in class au.com.dardle.widget.BadgeLayout
Set badge text color
setBadgeTextPosition(BadgeLayout.BadgeTextPosition) - Method in class au.com.dardle.widget.BadgeLayout
Set badge's text position
setBadgeTextSize(int) - Method in class au.com.dardle.widget.BadgeLayout
Set badge text size
setEnabled(boolean) - Method in class au.com.dardle.widget.BadgeLayout.Badge
Set the enabled state of this badge
setIcon(Drawable) - Method in class au.com.dardle.widget.BadgeLayout.Badge
Set the icon displayed on this badge.
setSelected(boolean) - Method in class au.com.dardle.widget.BadgeLayout.Badge
Set the selection state of this badge
setSpacing(int) - Method in class au.com.dardle.widget.BadgeLayout
Set the spacing between badge items
setText(CharSequence) - Method in class au.com.dardle.widget.BadgeLayout.Badge
Set the text displayed on this badge.

V

valueOf(String) - Static method in enum au.com.dardle.widget.BadgeLayout.BadgeTextPosition
Returns the enum constant of this type with the specified name.
values() - Static method in enum au.com.dardle.widget.BadgeLayout.BadgeTextPosition
Returns an array containing the constants of this enum type, in the order they are declared.
A B G N O R S V 
Skip navigation links