edw1nzhao / cs2340_group16

CS2340 Group 16 Crowd-Sourced Water Reporting App
2 stars 1 forks source link

Add Historical Report Tab in view_water_sources.xml #126

Closed tomonarifeehan closed 7 years ago

tomonarifeehan commented 7 years ago

Add Historical Report Tab in view_water_sources.xml. We can "hide" this tab if the accountType is not MANAGER by setting the tab text to "" by adding an if-statement in the onCreate() method in ViewWaterSourcesActivity.java

tomonarifeehan commented 7 years ago

Done.