public VehicleMileageRecordsAdapter(List<Record> recordList, List<String> tags, DataSnapshot vehicles, boolean decimal) {
        this.recordsList = recordList;
        this.tags = tags;
        this.vehicles = vehicles;
        this.decimal = decimal;