Skip to content

Commit

Permalink
Added map and completed form to WaterWayFormFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
jparrell committed Apr 8, 2021
1 parent e30ecc1 commit d943741
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private void setupForm() {
array_bankErosion.add("4: None/Little");
array_bankErosion.add("2: Moderate");
array_bankErosion.add("0: Heavy/Severe");

FormElementPickerSingle smothering = FormElementPickerSingle.createInstance().setTitle("Smothering").setOptions(array_yesNo5).setPickerTitle("Pick one option");
FormElementPickerSingle silting = FormElementPickerSingle.createInstance().setTitle("Silting").setOptions(array_yesNo5).setPickerTitle("Pick one option");
FormElementPickerSingle rootwads = FormElementPickerSingle.createInstance().setTitle("Rootwads").setOptions(array_yesNo2).setPickerTitle("Pick one option");
Expand Down
Loading

0 comments on commit d943741

Please sign in to comment.