Class ProfileAvatarView.AvatarFieldViewAttribute
- java.lang.Object
 - 
- com.cheetahdigital.profile.ui.widgets.ProfileFieldViewAttribute
 - 
- com.cheetahdigital.profile.ui.widgets.ProfileAvatarView.AvatarFieldViewAttribute
 
 
 
- 
- Enclosing class:
 - ProfileAvatarView
 
protected class ProfileAvatarView.AvatarFieldViewAttribute extends ProfileFieldViewAttribute
ProfileFieldViewAttributefor AvatarView. It has the following styleable attributes:- showBarcode - a flag to indicate whether to show the member's barcode image or not
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AvatarFieldViewAttribute(android.content.Context context, android.util.AttributeSet attrs) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisShowBarcode()voidsetShowBarcode(boolean showBarcode)- 
Methods inherited from class com.cheetahdigital.profile.ui.widgets.ProfileFieldViewAttribute
getFieldName, isInEditMode, setInEditMode 
 - 
 
 -