public static class AccountViewAdapter.AccountElements extends Object
Constructor and Description |
---|
AccountElements(Drawable drawable,
String name,
String number)
Constructor
A structure with basic element of an Account, drawable, name and number
|
AccountElements(int icon,
String name,
String number)
Constructor
A structure with basic element of an Account, icon, name and number
|
Modifier and Type | Method and Description |
---|---|
Drawable |
getDrawable() |
int |
getIcon() |
String |
getName() |
String |
getNumber() |