test
This commit is contained in:
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -25,7 +25,7 @@
|
||||
</value>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
||||
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -3,6 +3,8 @@
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/pizzapp-android.iml" filepath="$PROJECT_DIR$/pizzapp-android.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/pizzapp-android.iml" filepath="$PROJECT_DIR$/pizzapp-android.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
|
||||
@@ -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