Created by: d-mariano
I have saved visual space by creating two columns of information on some views in the DBViewer. I have also edited CardItemData.java and CellCardInflator.java and DbViewerFragment.java to support newly added TextViews in layouts. These TextViews are labels for information retrieved in the DB, therefore hard coding labels in the java source is no longer required and not recommended. With label TextViews, we can now adjust the attributes of the labels and their particular information separately.