|
@@ -27,8 +27,6 @@ public class AccountInfoCard extends LinearLayout {
|
|
|
private Button upgradeButton;
|
|
|
private Button detailButton;
|
|
|
|
|
|
- public final static int CARD_ID = 2;
|
|
|
-
|
|
|
|
|
|
public AccountInfoCard(Context context) {
|
|
|
super(context);
|
|
@@ -45,10 +43,6 @@ public class AccountInfoCard extends LinearLayout {
|
|
|
initView();
|
|
|
}
|
|
|
|
|
|
- public Integer getCardId() {
|
|
|
- return CARD_ID;
|
|
|
- }
|
|
|
-
|
|
|
private void initView() {
|
|
|
View view = inflate(getContext(), R.layout.widget_account_info_card, this);
|
|
|
|