예제 #1
0
  public AccountCreationFirstView(Context context, AttributeSet attrs) {
    super(context, attrs);

    LayoutInflater inflater = LayoutInflater.from(context);
    inflater.inflate(R.layout.wizard_create_or_edit, this, true);

    bindElements();
  }