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
ProfileFieldViewAttribute
for 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 boolean
isShowBarcode()
void
setShowBarcode(boolean showBarcode)
-
Methods inherited from class com.cheetahdigital.profile.ui.widgets.ProfileFieldViewAttribute
getFieldName, isInEditMode, setInEditMode
-
-