test
This commit is contained in:
@@ -37,16 +37,11 @@ import retrofit2.Response;
|
||||
|
||||
public class AddAddressActivity extends BaseActivity {
|
||||
|
||||
@BindView(R.id.address1PizzalinkEditText)
|
||||
AppEditText address1AppEditText;
|
||||
@BindView(R.id.cityPizzalinkDropdown)
|
||||
AppDropdownView cityPizzalinkDropdown;
|
||||
@BindView(R.id.postcodePizzalinkEditText)
|
||||
AppEditText postcodeAppEditText;
|
||||
@BindView(R.id.countryPizzalinkDropdown)
|
||||
AppDropdownView countryPizzalinkDropdown;
|
||||
@BindView(R.id.zonePizzalinkDropdown)
|
||||
AppDropdownView zonePizzalinkDropdown;
|
||||
@BindView(R.id.address1PizzalinkEditText) AppEditText address1AppEditText;
|
||||
@BindView(R.id.cityPizzalinkDropdown) AppDropdownView cityPizzalinkDropdown;
|
||||
@BindView(R.id.postcodePizzalinkEditText) AppEditText postcodeAppEditText;
|
||||
@BindView(R.id.countryPizzalinkDropdown) AppDropdownView countryPizzalinkDropdown;
|
||||
@BindView(R.id.zonePizzalinkDropdown) AppDropdownView zonePizzalinkDropdown;
|
||||
|
||||
@BindString(R.string.alert_fill_all_fields) String fillAllFieldsText;
|
||||
@BindString(R.string.alert_select_country_first) String selectCountryFirstText;
|
||||
|
||||
Reference in New Issue
Block a user