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>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</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" />
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
|
|||||||
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@@ -3,6 +3,8 @@
|
|||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<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$/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" />
|
<module fileurl="file://$PROJECT_DIR$/pizzapp-android.iml" filepath="$PROJECT_DIR$/pizzapp-android.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -37,16 +37,11 @@ import retrofit2.Response;
|
|||||||
|
|
||||||
public class AddAddressActivity extends BaseActivity {
|
public class AddAddressActivity extends BaseActivity {
|
||||||
|
|
||||||
@BindView(R.id.address1PizzalinkEditText)
|
@BindView(R.id.address1PizzalinkEditText) AppEditText address1AppEditText;
|
||||||
AppEditText address1AppEditText;
|
@BindView(R.id.cityPizzalinkDropdown) AppDropdownView cityPizzalinkDropdown;
|
||||||
@BindView(R.id.cityPizzalinkDropdown)
|
@BindView(R.id.postcodePizzalinkEditText) AppEditText postcodeAppEditText;
|
||||||
AppDropdownView cityPizzalinkDropdown;
|
@BindView(R.id.countryPizzalinkDropdown) AppDropdownView countryPizzalinkDropdown;
|
||||||
@BindView(R.id.postcodePizzalinkEditText)
|
@BindView(R.id.zonePizzalinkDropdown) AppDropdownView zonePizzalinkDropdown;
|
||||||
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_fill_all_fields) String fillAllFieldsText;
|
||||||
@BindString(R.string.alert_select_country_first) String selectCountryFirstText;
|
@BindString(R.string.alert_select_country_first) String selectCountryFirstText;
|
||||||
|
|||||||
Reference in New Issue
Block a user